feat: implement Phase 2 (Pulse, Admin, RC2)
This commit is contained in:
5
compose/init/05_update_posts.sql
Normal file
5
compose/init/05_update_posts.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add new columns for Blog/Pulse feature
|
||||
ALTER TABLE posts
|
||||
ADD COLUMN IF NOT EXISTS tags JSON DEFAULT NULL,
|
||||
ADD COLUMN IF NOT EXISTS excerpt TEXT DEFAULT NULL,
|
||||
ADD COLUMN IF NOT EXISTS author VARCHAR(100) DEFAULT 'System';
|
||||
Reference in New Issue
Block a user