Add column for only showing the default tab for collections (#235)

This commit is contained in:
Niklas Fondberg
2021-10-20 14:09:54 +02:00
committed by GitHub
parent 81230fe8db
commit 9f8bcee74e
+4
View File
@@ -0,0 +1,4 @@
-- Add show only on default tab
ALTER TABLE collections
ADD COLUMN show_only_default BOOLEAN NOT NULL DEFAULT false;