Files
nadir-webui/drizzle/20260621233631_silent_otto_octavius/migration.sql
T
2026-06-22 17:47:16 +02:00

3 lines
217 B
SQL

ALTER TABLE `machines` ADD `address` text DEFAULT 'http://127.0.0.1:9999' NOT NULL;--> statement-breakpoint
ALTER TABLE `machines` DROP COLUMN `host`;--> statement-breakpoint
ALTER TABLE `machines` DROP COLUMN `port`;