You've already forked decomp.dev
mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-03-30 11:06:20 -07:00
3 lines
106 B
SQL
3 lines
106 B
SQL
ALTER TABLE report_units ADD COLUMN name TEXT;
|
|
CREATE INDEX report_units_name_idx ON report_units (name);
|