diff options
Diffstat (limited to 'migrations/20260220_54f544_down_23d05a.sql')
| -rw-r--r-- | migrations/20260220_54f544_down_23d05a.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/20260220_54f544_down_23d05a.sql b/migrations/20260220_54f544_down_23d05a.sql new file mode 100644 index 0000000..66a4761 --- /dev/null +++ b/migrations/20260220_54f544_down_23d05a.sql @@ -0,0 +1,2 @@ +ALTER TABLE posts DROP COLUMN public; +ALTER TABLE videos DROP COLUMN public; |
