mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-23 07:42:05 +00:00
5 lines
190 B
SQL
5 lines
190 B
SQL
-- AlterTable
|
|
ALTER TABLE "settings" ADD COLUMN "last_update_check" TIMESTAMP(3),
|
|
ADD COLUMN "latest_version" TEXT,
|
|
ADD COLUMN "update_available" BOOLEAN NOT NULL DEFAULT false;
|