diff --git a/backend/resources/migrations/postgres/20260103142200_user_nullable_fields.down.sql b/backend/resources/migrations/postgres/20260103142200_user_nullable_fields.down.sql new file mode 100644 index 00000000..35a9d22d --- /dev/null +++ b/backend/resources/migrations/postgres/20260103142200_user_nullable_fields.down.sql @@ -0,0 +1 @@ +-- No-op on Postgres \ No newline at end of file diff --git a/backend/resources/migrations/postgres/20260103142200_user_nullable_fields.up.sql b/backend/resources/migrations/postgres/20260103142200_user_nullable_fields.up.sql new file mode 100644 index 00000000..35a9d22d --- /dev/null +++ b/backend/resources/migrations/postgres/20260103142200_user_nullable_fields.up.sql @@ -0,0 +1 @@ +-- No-op on Postgres \ No newline at end of file