Changes between Initial Version and Version 3 of Ticket #37069


Ignore:
Timestamp:
Jul 30, 2026, 2:07:35 PM (6 days ago)
Author:
Clifford Gama
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37069

    • Property Triage Stage UnreviewedAccepted
  • Ticket #37069 – Description

    initial v3  
    1616BEGIN;
    1717-- Create constraint unique_name_exp on model mymodel
    18 CREATE UNIQUE INDEX "unique_name_exp" ON "upref_mymodel" ("name");
     18CREATE UNIQUE INDEX "unique_name_exp" ON "myapp_mymodel" ("name");
    1919-- Create constraint unique_name_field on model mymodel
    2020ALTER TABLE "myapp_mymodel" ADD CONSTRAINT "unique_name_field" UNIQUE ("name");
Back to Top