foodsoft/db/migrate
Benjamin Meichsner 9eb2125f15 Complete refactoring of orders-workflow.
OrderResult tables are removed. Data consistency is now possible through new article.price-history (ArticlePrice).
Balancing-workflow needs to be updated.
2009-01-29 01:57:51 +01:00
..
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
20090102155714_create_invoices.rb Introduced invoices and deliveries. Integration (especially of deliveries) isn't finished yet. 2009-01-08 16:33:27 +01:00
20090102171850_create_deliveries.rb Introduced invoices and deliveries. Integration (especially of deliveries) isn't finished yet. 2009-01-08 16:33:27 +01:00
20090113111624_create_workgroups.rb Groups are now workgroups. First part of moving groups-logic into admin-namespace. 2009-01-13 19:01:56 +01:00
20090114101610_rename_ordergroups.rb Replaced IndexController by Home- and FoodcoopController. Some reorganizing in groups/memberships-logic (moved memberships out of admin-namespace). 2009-01-15 12:14:01 +01:00
20090115123421_refactor_messaging.rb Complete refactoring of messaging module. From now messages are saved only once and send afterwards via a the 'send_emails'-rake-task. 2009-01-15 18:26:37 +01:00
20090115232435_create_stock_changes.rb Introduced StockChange. Implemented first part of stockit-logic with updating article's quantity. 2009-01-16 02:17:49 +01:00
20090119155930_acts_as_paranoid.rb Introduced acts_as_paranoid. Avoid deleting of suppliers and articles. (for consistency of order-results) 2009-01-20 19:37:15 +01:00
20090120184410_refactor_order_logic.rb Complete refactoring of orders-workflow. 2009-01-29 01:57:51 +01:00