mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
4 lines
135 B
SQL
4 lines
135 B
SQL
-- Add migration script here
|
|
ALTER TABLE states
|
|
|
|
ADD COLUMN expires timestamptz NOT NULL DEFAULT CURRENT_TIMESTAMP + interval '1 hour'; |