Moved to GMail and fixed administration errors
This commit is contained in:
@@ -16,15 +16,6 @@ ActiveRecord::Schema.define(version: 20170111172147) do
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
||||
create_table "applications", force: :cascade do |t|
|
||||
t.string "slug"
|
||||
t.string "name"
|
||||
t.string "path"
|
||||
t.string "url"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
end
|
||||
|
||||
create_table "authentications", force: :cascade do |t|
|
||||
t.integer "user_id", null: false
|
||||
t.string "provider", null: false
|
||||
|
||||
Reference in New Issue
Block a user