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/018-noun-source.sql

6 lines
77 B
MySQL
Raw Normal View History

-- Up
ALTER TABLE nouns ADD COLUMN sources TEXT NULL DEFAULT NULL;
-- Down