This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/migrations/051-source-spoiler.sql

7 lines
84 B
MySQL
Raw Permalink Normal View History

2022-02-28 04:07:39 -08:00
-- Up
ALTER TABLE sources ADD COLUMN spoiler INTEGER NOT NULL DEFAULT 0;
-- Down