From 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Fri, 13 Mar 2026 13:49:15 -0700 Subject: initial commit new website repo yay!!! --- migrations/20260220_54f544_up_23d05a.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/20260220_54f544_up_23d05a.sql (limited to 'migrations/20260220_54f544_up_23d05a.sql') diff --git a/migrations/20260220_54f544_up_23d05a.sql b/migrations/20260220_54f544_up_23d05a.sql new file mode 100644 index 0000000..c9464cb --- /dev/null +++ b/migrations/20260220_54f544_up_23d05a.sql @@ -0,0 +1,2 @@ +ALTER TABLE posts ADD COLUMN public BOOLEAN; +ALTER TABLE videos ADD COLUMN public BOOLEAN; -- cgit v1.2.3