Added 'admins' database table
This commit is contained in:
parent
c096d461b9
commit
3c03445f45
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20130726224319) do
|
||||
ActiveRecord::Schema.define(version: 20130727112955) do
|
||||
|
||||
create_table "admins", force: true do |t|
|
||||
t.string "username", limit: 20
|
||||
|
|
@ -63,6 +63,8 @@ ActiveRecord::Schema.define(version: 20130726224319) do
|
|||
t.boolean "markedfordelete"
|
||||
t.string "delete_reason", limit: 100
|
||||
t.string "description", limit: 40
|
||||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
end
|
||||
|
||||
add_index "screenshots", ["id", "approved"], name: "id_approved", using: :btree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue