Changes between Initial Version and Version 3 of Ticket #37069
- Timestamp:
- Jul 30, 2026, 2:07:35 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37069
- Property Triage Stage Unreviewed → Accepted
-
Ticket #37069 – Description
initial v3 16 16 BEGIN; 17 17 -- Create constraint unique_name_exp on model mymodel 18 CREATE UNIQUE INDEX "unique_name_exp" ON " upref_mymodel" ("name");18 CREATE UNIQUE INDEX "unique_name_exp" ON "myapp_mymodel" ("name"); 19 19 -- Create constraint unique_name_field on model mymodel 20 20 ALTER TABLE "myapp_mymodel" ADD CONSTRAINT "unique_name_field" UNIQUE ("name");