mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Initialize playwright, fix file upload issue, show publication status and delete website dir on website deletion
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- migrate:up
|
||||
ALTER TABLE internal.article
|
||||
ALTER COLUMN publication_date DROP NOT NULL;
|
||||
|
||||
-- migrate:down
|
||||
ALTER TABLE internal.article
|
||||
ALTER COLUMN publication_date SET NOT NULL;
|
||||
|
||||
Reference in New Issue
Block a user