|
@@ -10,7 +10,7 @@
|
10
|
10
|
#
|
11
|
11
|
# It's strongly recommended that you check this file into your version control system.
|
12
|
12
|
|
13
|
|
-ActiveRecord::Schema.define(version: 20180904163645) do
|
|
13
|
+ActiveRecord::Schema.define(version: 20181104220610) do
|
14
|
14
|
|
15
|
15
|
create_table "activities", force: :cascade do |t|
|
16
|
16
|
t.string "name"
|
|
@@ -58,6 +58,8 @@ ActiveRecord::Schema.define(version: 20180904163645) do
|
58
|
58
|
t.string "name"
|
59
|
59
|
t.datetime "created_at", null: false
|
60
|
60
|
t.datetime "updated_at", null: false
|
|
61
|
+ t.string "api_token"
|
|
62
|
+ t.index ["api_token"], name: "index_groups_on_api_token", unique: true
|
61
|
63
|
end
|
62
|
64
|
|
63
|
65
|
create_table "members", force: :cascade do |t|
|