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/032-terms-key.sql

6 lines
60 B
MySQL
Raw Normal View History

2021-07-28 07:33:58 -07:00
-- Up
ALTER TABLE terms ADD COLUMN key TEXT NULL;
-- Down