add description to editorial_content table to use it in different languages (#324)

This commit is contained in:
Arwid Thornström
2023-05-08 14:11:18 +02:00
committed by GitHub
parent b31376e078
commit 336712c71a
+1
View File
@@ -0,0 +1 @@
ALTER TABLE editorial_content ADD COLUMN IF NOT EXISTS description TEXT NOT NULL DEFAULT '';