.. |
001_create_users.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
002_create_groups.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
003_create_suppliers.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
004_create_article_meta.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
005_create_financial_transactions.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
006_create_articles.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
007_create_article_prices.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
008_create_orders.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
009_create_order_results.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
010_user_password_reset.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
011_create_comments.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
012_create_order_clearing.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
013_add_messaging.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
014_create_tasks.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
015_change_result_quantities.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
016_add_shared_lists_connection.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
017_add_min_order_quantity.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
018_create_invites.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
019_remove_uniqueness_of_article_name.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
020_add_users_last_login.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
021_remove_table_article_prices.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
022_add_required_user_for_task.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
023_new_wording.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
024_add_deposit_defaults.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
025_extend_comments.rb
|
Initial commit of foodsoft 2
|
2009-01-06 11:49:19 +01:00 |
20090120184410_road_to_version_three.rb
|
Some language fixes. Finished migration path.
|
2009-03-01 18:45:34 +01:00 |
20090317175355_add_profit_to_orders.rb
|
Fixed bug order.profit calculation.
|
2009-03-17 19:43:41 +01:00 |
20090325175756_create_pages.rb
|
Added index for pages.
|
2009-08-15 17:36:13 +02:00 |
20090405131156_modify_group_order_article_result.rb
|
Allow input of decimal numbers for GroupOrderArticle-result.
|
2009-04-05 15:23:21 +02:00 |
20090731132547_add_stats_to_groups.rb
|
Implemented stats for ordergroups on startpage. Annotated models.
|
2009-08-01 13:41:22 +02:00 |
20090811144901_add_weekly_to_tasks.rb
|
Added rake task for auto create of upcoming workgroup tasks (weekly tasks).
|
2009-08-11 17:22:08 +02:00 |
20090812110010_add_note_to_deliveries.rb
|
Added note to deliveries. Closes #34
|
2009-08-12 13:09:10 +02:00 |
20090907120012_add_missing_indexes.rb
|
Add indexes for better sql query performance.
|
2009-09-07 15:35:19 +02:00 |
20110507184920_add_duration_to_tasks.rb
|
Consider task duration in ordergroup stats.
|
2011-05-07 21:54:00 +02:00 |
20110507192928_add_task_duration_to_workgroups.rb
|
Consider task duration in ordergroup stats.
|
2011-05-07 21:54:00 +02:00 |
20120512211613_add_order_indexes.rb
|
Added database indexes. Performance boost for balance page.
|
2012-06-26 23:27:25 +02:00 |
20120622094337_add_next_weekly_tasks_number_to_workgroups.rb
|
Allow changing number of automaticly created next weekly tasks.
|
2012-06-24 11:01:16 +02:00 |
20120929155541_add_ignore_apple_restriction_to_groups.rb
|
Allow ignoring apple restriction for specific ordergroup.
|
2012-09-30 13:34:16 +02:00 |
20121112093327_add_created_by_user_id_to_orders.rb
|
Add created_by_user_id to Order table
|
2012-11-12 11:37:26 +01:00 |
20121216180646_remove_assigned_from_tasks.rb
|
Fixed some bugs in tasks, apple feature:
|
2012-12-16 19:07:45 +01:00 |
20121230142516_remove_account_updated_from_ordergroups.rb
|
Replace ordergroup.account_updated with non database attr.
|
2012-12-30 15:31:37 +01:00 |
20130615073715_create_periodic_task_groups.rb
|
Added up and down migration for weekly task data.
|
2013-06-22 17:35:45 +02:00 |
20130622095040_move_weekly_tasks.rb
|
Skip save callback when migrating data.
|
2013-06-24 10:36:14 +02:00 |
20130624084223_remove_weekly_from_tasks.rb
|
Added missing migration files.
|
2013-06-24 12:02:22 +02:00 |
20130624085246_remove_weekly_task_from_groups.rb
|
Added missing migration files.
|
2013-06-24 12:02:22 +02:00 |