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/005-nouns-locales.sql

7 lines
81 B
MySQL
Raw Normal View History

2020-10-31 05:10:25 -07:00
-- Up
ALTER TABLE nouns ADD COLUMN locale TEXT NOT NULL DEFAULT 'pl';
-- Down