We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e07c0a commit 8444d94Copy full SHA for 8444d94
2 files changed
moped-database/migrations/default/1776300831851_alter_table_public_ecapris_subproject_funding_add_column_subproject_name/down.sql
@@ -1,4 +1 @@
1
--- Could not auto-generate a down migration.
2
--- Please write an appropriate down migration for the SQL below:
3
--- alter table "public"."ecapris_subproject_funding" add column "subproject_name" text
4
--- null;
+alter table "public"."ecapris_subproject_funding" drop column "subproject_name";
moped-database/migrations/default/1776300831851_alter_table_public_ecapris_subproject_funding_add_column_subproject_name/up.sql
@@ -1,2 +1 @@
-alter table "public"."ecapris_subproject_funding" add column "subproject_name" text
- null;
+alter table "public"."ecapris_subproject_funding" add column "subproject_name" text not null;
0 commit comments