Defect #41975 » add_unique_index_to_projects_identifier.patch
db/migrate/20241213003659_add_unique_index_to_projects_identifier.rb | ||
---|---|---|
1 |
class AddUniqueIndexToProjectsIdentifier < ActiveRecord::Migration[7.2] |
|
2 |
def change |
|
3 |
add_index :projects, :identifier, :unique => true |
|
4 |
end |
|
5 |
end |
- « Previous
- 1
- 2
- Next »