From ead01b4184ff43a01cb0cedd5f589599ae84b47e Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Thu, 20 Apr 2023 12:35:44 +0200 Subject: [PATCH] Migrate database to default --- .../1681407878182_create_table_public_workspaces/down.sql | 0 .../1681407878182_create_table_public_workspaces/up.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename hasura/migrations/{twenty => default}/1681407878182_create_table_public_workspaces/down.sql (100%) rename hasura/migrations/{twenty => default}/1681407878182_create_table_public_workspaces/up.sql (100%) diff --git a/hasura/migrations/twenty/1681407878182_create_table_public_workspaces/down.sql b/hasura/migrations/default/1681407878182_create_table_public_workspaces/down.sql similarity index 100% rename from hasura/migrations/twenty/1681407878182_create_table_public_workspaces/down.sql rename to hasura/migrations/default/1681407878182_create_table_public_workspaces/down.sql diff --git a/hasura/migrations/twenty/1681407878182_create_table_public_workspaces/up.sql b/hasura/migrations/default/1681407878182_create_table_public_workspaces/up.sql similarity index 100% rename from hasura/migrations/twenty/1681407878182_create_table_public_workspaces/up.sql rename to hasura/migrations/default/1681407878182_create_table_public_workspaces/up.sql