We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44673a3 commit 5246dc2Copy full SHA for 5246dc2
1 file changed
config/init_db.sql
@@ -22,4 +22,6 @@ create table contact
22
on update restrict on delete cascade
23
);
24
25
+-- alter table contact
26
+-- owner to postgres;
27
0 commit comments