mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
A lower cadence was requested in https://github.com/Noratrieb/does-it-build/pull/10#issuecomment-3514228933
4 lines
110 B
SQL
4 lines
110 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE notification_issues
|
|
ADD COLUMN "last_update_date" INTEGER NULL;
|