mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added a feature to generate uuid links for coaches to submit their school lineups.
This commit is contained in:
6
db/migrate/20250130172404_add_uuid_to_schools.rb
Normal file
6
db/migrate/20250130172404_add_uuid_to_schools.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddUuidToSchools < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :schools, :permission_key, :string
|
||||
add_index :schools, :permission_key, unique: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user