mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
5 lines
68 B
PL/PgSQL
5 lines
68 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE users ADD COLUMN IF NOT EXISTS timer bool;
|
|
|
|
END; |