mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Remove the schedule
table from the database schema to streamline the overall structure and eliminate outdated components.
This commit is contained in:
parent
9277427153
commit
b2d938d2fc
@ -1,8 +0,0 @@
|
||||
CREATE TABLE IF NOT EXISTS "schedule" (
|
||||
"scheduleId" text PRIMARY KEY NOT NULL,
|
||||
"name" text NOT NULL,
|
||||
"cronExpression" text NOT NULL,
|
||||
"command" text NOT NULL,
|
||||
"applicationId" text NOT NULL REFERENCES "application"("applicationId") ON DELETE CASCADE,
|
||||
"createdAt" text NOT NULL
|
||||
);
|
Loading…
Reference in New Issue
Block a user