Lots of stuff, I got too tired to keep perfect revision history
[cs356-p2-videostore.git] / db / schema.rb
index 45c829e..3f4f6a8 100644 (file)
@@ -2,7 +2,13 @@
 # migrations feature of ActiveRecord to incrementally modify your database, and
 # then regenerate this schema definition.
 
-ActiveRecord::Schema.define(:version => 32) do
+ActiveRecord::Schema.define(:version => 33) do
+
+  create_table "bonus_policies", :force => true do |t|
+    t.column "number",     :integer
+    t.column "bonus_type", :string
+    t.column "days",       :integer
+  end
 
   create_table "coitems", :force => true do |t|
     t.column "customer_id", :integer