tap/db/migrate
2019-04-08 17:01:26 +02:00
..
20141123143707_create_users.rb 't moet af, orders werken 2014-11-23 21:12:31 +01:00
20141123151756_create_orders.rb 't moet af, orders werken 2014-11-23 21:12:31 +01:00
20141124091707_create_products.rb order form almost done 2014-11-24 21:45:32 +01:00
20141125102501_add_default_value_balance_to_users.rb Add some validations to User and errors to form 2014-11-25 11:30:55 +01:00
20141125130213_drop_products_on_users.rb Add many to many relation between orders and products 2014-11-25 14:27:27 +01:00
20141125130447_create_order_products.rb Add many to many relation between orders and products 2014-11-25 14:27:27 +01:00
20141128123152_add_products_count_to_order_products.rb Add counter for number of each product in order 2014-11-29 11:06:22 +01:00
20141204191328_replace_product_image_by_paperclip_attachment.rb Add paperclip to gems and avatar to products 2014-12-04 20:32:31 +01:00
20141208160113_remove_purchase_price_from_products.rb Remove purchase_price from products and rename sale_price 2014-12-08 17:03:54 +01:00
20141209144240_add_devise_to_users.rb Add devise to users 2014-12-09 17:17:11 +01:00
20141209144521_drop_password_digest_users.rb Add devise to users 2014-12-09 17:17:11 +01:00
20141209172818_remove_email_from_devise_users.rb Remove email from Devise users and use nickname as primary key 2014-12-09 18:56:56 +01:00
20141209184030_add_admin_to_users.rb Add cancan, fix header, add admins 2014-12-09 19:44:58 +01:00
20141209192545_add_dagschotel_to_users.rb Add dagschotel to users 2014-12-09 20:28:50 +01:00
20141209204351_add_attachment_avatar_to_users.rb Add avatar to users 2014-12-09 22:32:54 +01:00
20141210090544_add_orders_count_to_users.rb Add orders_count and ordering on overview 2014-12-10 10:09:53 +01:00
20141210200008_add_category_to_products.rb Add the migrations, add the category to the form 2014-12-10 21:25:21 +01:00
20141217063222_add_koelkast_to_users.rb Add koelkast to users 2015-01-06 20:18:01 +01:00
20150113155744_add_stock_to_products.rb add stock to products and some clean up 2015-01-15 00:39:34 +01:00
20150204155216_change_price_to_price_cents.rb fix price bug for products 2015-02-04 17:05:02 +01:00
20150209101442_change_default_order_product_count_to_zero.rb Add formatted form builder 2015-02-09 11:58:43 +01:00
20150209123113_change_order_product_to_order_item.rb Some clean up 2015-02-09 17:06:24 +01:00
20150209123419_change_balance_to_balance_cents.rb Some clean up 2015-02-09 17:06:24 +01:00
20150209141047_add_not_null_balance_users.rb Some clean up 2015-02-09 17:06:24 +01:00
20150209141337_add_index_on_koelkast.rb Some clean up 2015-02-09 17:06:24 +01:00
20150209144839_not_null_fields.rb Fix order bug 2015-02-10 08:33:51 +01:00
20150209145303_products_name_presence_true.rb Fix order bug 2015-02-10 08:33:51 +01:00
20150210062809_order_id_null_allowed_in_order_items.rb Fix order bug 2015-02-10 08:33:51 +01:00
20150310075658_add_cancelled_boolean_to_orders.rb Do some extra shit 2015-03-10 11:37:48 +01:00
20150310080932_change_cost_to_price_in_orders.rb Do some extra shit 2015-03-10 11:37:48 +01:00
20150310150231_change_price_to_price_cents_orders.rb Change some css and refactor some controller actions 2015-03-12 13:25:11 +01:00
20150319134138_add_columns_to_users.rb Lot of styles, and some other stuff 2015-03-19 14:59:37 +01:00
20150319141248_change_balance_to_debt.rb Refactor dagschotel and make test succeed again 2015-03-19 16:22:55 +01:00
20150319154236_remove_name_and_last_name_from_users.rb Change users to table, fix seeds and remove name and lastname from users 2015-03-19 17:38:59 +01:00
20150320001338_remove_fields_from_users.rb Change devise to handle oauth 2015-03-20 02:21:56 +01:00
20150321161136_remove_encrypted_password_from_users.rb remove database_authenticatable from user and fix paths 2015-03-21 17:58:49 +01:00
20150325154600_add_encrypted_password_to_users.rb put back database_authenticatable to users, fix empty avatar form bug 2015-03-25 17:49:37 +01:00
20150630183223_add_private_to_users.rb Add private option to users 2015-06-30 22:30:34 +02:00
20150707162949_add_calories_to_products.rb Product calories: DB migration + Model update + attribute permit 2015-07-07 20:11:37 +02:00
20150824142843_add_deleted_to_products.rb Add possibility to remove products from the offer without breaking stuff 2015-08-25 15:53:27 +02:00
20150827152754_remove_debt_from_users.rb Fix wrong migration 2015-09-01 15:12:13 +02:00
20150827155036_add_some_indexes_to_tables.rb Remove debt from tab and refactor some code 2015-08-31 14:33:15 +02:00
20150911195029_create_delayed_jobs.rb Add delayed job to post requests to tab 2015-09-12 11:17:58 +02:00
20150914081940_add_transaction_to_orders.rb Save transaction id 2015-09-14 11:20:52 +02:00
20150914153143_remove_cancelled_from_orders.rb Allow destroying of orders 2015-09-14 17:52:25 +02:00
20150917165758_remove_provider_from_users.rb Remove some gems 2015-09-18 13:20:57 +02:00
20150918190548_remove_devise_fields_from_users.rb remove unnecessary fields from devise 2015-09-18 21:11:45 +02:00
20150919091214_add_barcode_to_products.rb Change barcode to a has_many relation 2015-09-23 11:09:24 +02:00
20151028223229_add_default_false_to_admin_users.rb user test 2015-10-28 23:34:03 +01:00
20160202133903_remove_encrypted_password_from_users_again.rb Fix some stuff 2016-02-02 14:42:02 +01:00
20160216133104_add_frecency_to_users.rb implement frecency 2016-02-16 15:00:43 +01:00
20160304192839_add_quickpay_hidden_to_user.rb Clean up job 2016-03-08 15:30:32 +01:00
20190408122720_add_api_token.rb Added User API and userkey 2019-04-08 17:01:26 +02:00