Add migration for Round.sortOrder field
Build and Push Docker Image / build (push) Successful in 9m22s
Details
Build and Push Docker Image / build (push) Successful in 9m22s
Details
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
29827268b2
commit
d1f7f0361d
|
|
@ -0,0 +1,4 @@
|
||||||
|
-- AddRoundSortOrder
|
||||||
|
-- Adds the sortOrder column to Round table for ordering rounds within a program
|
||||||
|
|
||||||
|
ALTER TABLE "Round" ADD COLUMN "sortOrder" INTEGER NOT NULL DEFAULT 0;
|
||||||
Loading…
Reference in New Issue