This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kingdombattles/sql/update.sql
T

3 lines
151 B
SQL

#NOTE: ALWAYS, ALWAYS, ALWAYS write a script in revert.sql that undoes these changes
ALTER TABLE diagnostics ADD COLUMN activity INTEGER DEFAULT NULL;