Skip to content

Commit 8444d94

Browse files
committed
update sql statements
1 parent 1e07c0a commit 8444d94

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

  • moped-database/migrations/default/1776300831851_alter_table_public_ecapris_subproject_funding_add_column_subproject_name
Original file line numberDiff line numberDiff line change
@@ -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;
1+
alter table "public"."ecapris_subproject_funding" drop column "subproject_name";
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
alter table "public"."ecapris_subproject_funding" add column "subproject_name" text
2-
null;
1+
alter table "public"."ecapris_subproject_funding" add column "subproject_name" text not null;

0 commit comments

Comments
 (0)