Calendar is fullscreen
This commit is contained in:
8
db/migrate/20240810054948_create_teams.rb
Normal file
8
db/migrate/20240810054948_create_teams.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class CreateTeams < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :teams do |t|
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user