summaryrefslogtreecommitdiff
path: root/migrations
diff options
context:
space:
mode:
Diffstat (limited to 'migrations')
-rw-r--r--migrations/20240911230415_no_channel_membership.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/20240911230415_no_channel_membership.sql b/migrations/20240911230415_no_channel_membership.sql
new file mode 100644
index 0000000..db5a054
--- /dev/null
+++ b/migrations/20240911230415_no_channel_membership.sql
@@ -0,0 +1 @@
+drop table channel_member;