db cleanups and logging for od
This commit is contained in:
1
migrations/0012_fantastic_randall_flagg.sql
Normal file
1
migrations/0012_fantastic_randall_flagg.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE INDEX "idx_job_audit_logs_cleanup" ON "job_audit_log" USING btree ("start_at","id");
|
||||
4
migrations/0013_flaky_quicksilver.sql
Normal file
4
migrations/0013_flaky_quicksilver.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE "opendock.apt" RENAME TO "opendock_apt";--> statement-breakpoint
|
||||
ALTER TABLE "opendock_apt" DROP CONSTRAINT "opendock.apt_release_unique";--> statement-breakpoint
|
||||
ALTER TABLE "job_audit_log" ADD COLUMN "created_at" timestamp DEFAULT now();--> statement-breakpoint
|
||||
ALTER TABLE "opendock_apt" ADD CONSTRAINT "opendock_apt_release_unique" UNIQUE("release");
|
||||
1099
migrations/meta/0012_snapshot.json
Normal file
1099
migrations/meta/0012_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
1106
migrations/meta/0013_snapshot.json
Normal file
1106
migrations/meta/0013_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -85,6 +85,20 @@
|
||||
"when": 1771515240318,
|
||||
"tag": "0011_eminent_iron_patriot",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 12,
|
||||
"version": "7",
|
||||
"when": 1771537852152,
|
||||
"tag": "0012_fantastic_randall_flagg",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 13,
|
||||
"version": "7",
|
||||
"when": 1771598443244,
|
||||
"tag": "0013_flaky_quicksilver",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user