kcal/database/migrations
Christopher C. Wells 08b8c63622 Add constraints and indexes to existing tables 2021-02-19 09:02:58 -08:00
..
2014_10_12_000000_create_users_table.php Initial commit -- Laravel base app 2020-12-21 09:46:31 -08:00
2014_10_12_100000_create_password_resets_table.php Initial commit -- Laravel base app 2020-12-21 09:46:31 -08:00
2019_08_19_000000_create_failed_jobs_table.php Initial commit -- Laravel base app 2020-12-21 09:46:31 -08:00
2020_12_21_214128_create_foods_table.php Add source and notes fields to foods 2021-01-27 05:51:38 -08:00
2020_12_21_215527_create_food_amounts_table.php Add `detail` field to Food Amount model 2021-01-18 08:59:55 -08:00
2020_12_21_215932_create_recipes_table.php Add recipe weight support 2021-02-11 19:49:27 -08:00
2020_12_22_051133_create_recipe_steps_table.php Add constraints and indexes to existing tables 2021-02-19 09:02:58 -08:00
2020_12_31_180016_create_journal_entries_table.php Add constraints and indexes to existing tables 2021-02-19 09:02:58 -08:00
2021_01_01_170724_create_journalables_table.php Add constraints and indexes to existing tables 2021-02-19 09:02:58 -08:00
2021_01_15_124712_make_recipe_description_optional.php Make recipe description and units fields optional 2021-01-15 04:53:02 -08:00
2021_01_18_083429_convert_names_lowercase.php Convert existing name columns to lowercase 2021-01-18 08:43:31 -08:00
2021_01_18_084734_add_food_amount_detail_column.php Add `detail` field to Food Amount model 2021-01-18 08:59:55 -08:00
2021_01_18_090224_add_recipe_source_column.php Add `source` field to Recipe model 2021-01-18 09:22:08 -08:00
2021_01_22_212856_create_ingredient_amounts_table.php Add constraints and indexes to existing tables 2021-02-19 09:02:58 -08:00
2021_01_22_224514_convert_food_amounts_to_ingredient_amounts.php Add a migration for FoodAmount -> IngredientAmount 2021-01-23 10:33:25 -08:00
2021_01_23_191532_create_tag_tables.php Add tagging support to foods and recipes 2021-01-23 19:58:03 -08:00
2021_01_27_054520_add_source_and_notes_to_foods.php Add source and notes fields to foods 2021-01-27 05:51:38 -08:00
2021_02_03_205453_add_serving_unit_name_field_to_foods.php Add custom serving name field to foods 2021-02-06 13:59:19 -08:00
2021_02_10_134156_convert_cholesterol_and_sodium_to_mg.php Use mg base unit for cholesterol and sodium 2021-02-10 05:55:01 -08:00
2021_02_11_192732_add_weight_column_to_recipes.php Add recipe weight support 2021-02-11 19:49:27 -08:00
2021_02_13_052427_create_goals_table.php Add goals support (#4) 2021-02-15 14:19:53 -08:00
2021_02_19_055501_drop_food_amounts_table.php Drop Food Amounts table 2021-02-19 05:57:55 -08:00
2021_02_19_080648_add_cascade_constraints.php Add constraints and indexes to existing tables 2021-02-19 09:02:58 -08:00