mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00

Requires manual sql to be run on all installations: BEGIN; ALTER TABLE featurematrix_feature ADD COLUMN v92 int; UPDATE featurematrix_feature SET v92=v91; ALTER TABLE featurematrix_feature ALTER COLUMN v92 SET NOT NULL; COMMIT;