mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-25 12:11:39 -04:00
WIP adding user roles view; adding end datetime to user roles
This commit is contained in:
+3
-1
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20130405012238) do
|
||||
ActiveRecord::Schema.define(:version => 20130419010051) do
|
||||
|
||||
create_table "bike_actions", :force => true do |t|
|
||||
t.string "action", :limit => 128, :null => false
|
||||
@@ -152,6 +152,8 @@ ActiveRecord::Schema.define(:version => 20130405012238) do
|
||||
t.string "role"
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
t.datetime "ends"
|
||||
t.integer "user_id"
|
||||
end
|
||||
|
||||
create_table "users", :force => true do |t|
|
||||
|
||||
Reference in New Issue
Block a user