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/020-dynamic-footer.sql

8 lines
216 B
MySQL
Raw Normal View History

2021-01-12 11:06:59 -08:00
-- Up
ALTER TABLE profiles ADD COLUMN teamName TEXT NULL DEFAULT NULL;
ALTER TABLE profiles ADD COLUMN footerName TEXT NULL DEFAULT NULL;
ALTER TABLE profiles ADD COLUMN footerAreas TEXT NULL DEFAULT NULL;
-- Down