mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove trailing whitespaces ❤️
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class CreateForums < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :forums do |t|
|
||||
t.integer :site_id, null: false
|
||||
create_table :forums do |t|
|
||||
t.integer :site_id, null: false
|
||||
t.string :title, limit: 100, null: false
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user