Shortcodes

This commit is contained in:
cdricms
2025-02-10 08:52:32 +01:00
parent a7ad045631
commit 8e87d834bc
20 changed files with 485 additions and 71 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE events DROP COLUMN title;

View File

@@ -0,0 +1 @@
ALTER TABLE events ADD COLUMN title text not null default '';