mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 21:27:16 -05:00
Calls to Discourse.ajax no longer need getURL -- will be done automatically.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CreateGroups < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :groups do |t|
|
||||
create_table :groups, force: true do |t|
|
||||
t.string :name, null: false
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user