mirror of
https://github.com/diced/zipline.git
synced 2025-12-06 04:41:12 -08:00
4 lines
202 B
SQL
4 lines
202 B
SQL
-- AlterTable
|
|
ALTER TABLE "Zipline" ADD COLUMN "featuresVersionAPI" TEXT NOT NULL DEFAULT 'https://zipline-version.diced.sh',
|
|
ADD COLUMN "featuresVersionChecking" BOOLEAN NOT NULL DEFAULT true;
|