We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed2d3c commit c1c404cCopy full SHA for c1c404c
1 file changed
backend/src/osspckgs/migrations/V1779799200__repos_default_created_and_last_synced.sql
@@ -0,0 +1,6 @@
1
+ALTER TABLE repos
2
+ ALTER COLUMN created_at SET DEFAULT NOW();
3
+
4
5
+ ALTER COLUMN last_synced_at DROP NOT NULL,
6
+ ALTER COLUMN last_synced_at DROP DEFAULT;
0 commit comments