huskies: merge 492_story_remove_filesystem_pipeline_state_and_store_story_content_in_database
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Add content column to pipeline_items to store full story markdown
|
||||
-- (front matter + body). This makes the database the sole source of
|
||||
-- truth for story content, removing the dependency on .huskies/work/
|
||||
-- stage directories.
|
||||
ALTER TABLE pipeline_items ADD COLUMN content TEXT;
|
||||
Reference in New Issue
Block a user