]> ruin.nu Git - ndwebbie.git/blob - database/bigint.sql
Convert alliance and galaxies score/value to bigint
[ndwebbie.git] / database / bigint.sql
1 BEGIN;
2         DROP VIEW alliance_resources;
3         ALTER TABLE alliance_stats ALTER COLUMN score TYPE bigint;
4         ALTER TABLE galaxies ALTER COLUMN score TYPE bigint, ALTER COLUMN value TYPE bigint;
5         \ir views/alliances_resources.sql
6 commit;