TandoorRecipes/cookbook/migrations
2021-04-16 09:02:03 -05:00
..
__init__.py emojis and migrations 2018-05-14 11:31:17 +02:00
0001_initial.py reset broken migrations 2019-11-19 19:43:38 +01:00
0002_auto_20191119_2035.py ingredients saving 2019-11-19 20:42:10 +01:00
0003_enable_pgtrm.py add deps 2019-12-08 18:33:46 +01:00
0004_storage_created_by.py storage permission 2019-12-09 11:34:44 +01:00
0005_recipebook_recipebookentry.py bookmarks wip 2019-12-24 15:06:58 +01:00
0006_recipe_image.py added recipe images 2019-12-25 16:46:16 +01:00
0007_auto_20191226_0852.py added waiting time 2019-12-26 11:32:04 +01:00
0008_mealplan.py meal plan WIP 2020-01-17 16:02:14 +01:00
0009_auto_20200130_1056.py basics of ingredient unit normalization 2020-01-30 12:26:47 +01:00
0010_auto_20200130_1059.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0011_remove_recipeingredients_unit.py basics of ingredient unit normalization 2020-01-30 12:26:47 +01:00
0012_auto_20200130_1116.py basics of ingredient unit normalization 2020-01-30 12:26:47 +01:00
0013_userpreference.py theming refactor 2020-02-13 23:47:24 +01:00
0014_auto_20200213_2332.py theming refactor 2020-02-13 23:47:24 +01:00
0015_auto_20200213_2334.py theming refactor 2020-02-13 23:47:24 +01:00
0016_auto_20200213_2335.py theming refactor 2020-02-13 23:47:24 +01:00
0017_auto_20200216_2257.py made flatly default theme + fixed preview image 2020-02-16 22:58:24 +01:00
0018_auto_20200216_2303.py migrating ingredients 2020-02-16 23:12:16 +01:00
0019_ingredient.py migrating ingredients 2020-02-16 23:12:16 +01:00
0020_recipeingredient_ingredient.py migrating ingredients 2020-02-16 23:12:16 +01:00
0021_auto_20200216_2309.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0022_remove_recipeingredient_name.py migrating ingredients 2020-02-16 23:12:16 +01:00
0023_auto_20200216_2311.py migrating ingredients 2020-02-16 23:12:16 +01:00
0024_auto_20200216_2313.py normalized ingredients 2020-02-16 23:22:44 +01:00
0025_userpreference_nav_color.py nav color theming 2020-02-17 00:11:15 +01:00
0026_auto_20200219_1605.py WIP pdf embedding 2020-02-19 16:55:13 +01:00
0027_ingredient_recipe.py added ability to link recipes to ingredients 2020-03-17 18:44:11 +01:00
0028_auto_20200317_1901.py added ingredient notes + removed null constraints 2020-03-17 22:47:17 +01:00
0029_auto_20200317_1901.py added ingredient notes + removed null constraints 2020-03-17 22:47:17 +01:00
0030_recipeingredient_note.py added ingredient notes + removed null constraints 2020-03-17 22:47:17 +01:00
0031_auto_20200407_1841.py increased character limit keyword icon 2020-04-07 18:46:09 +02:00
0032_userpreference_default_unit.py user setting default ingredient unit 2020-04-13 22:37:50 +02:00
0033_userpreference_default_page.py added ability to change default page 2020-04-13 22:52:02 +02:00
0034_auto_20200426_1614.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0035_auto_20200427_1637.py fixed permissions comments, books 2020-04-27 16:50:05 +02:00
0036_auto_20200427_1800.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0037_userpreference_search_style.py final style touches + settings 2020-05-02 12:48:22 +02:00
0038_auto_20200502_1259.py improved recipe book design 2020-05-02 13:58:42 +02:00
0039_recipebook_shared.py added sharing to recipe books 2020-05-02 14:15:56 +02:00
0040_auto_20200502_1433.py user preference fixes and improvements 2020-05-02 14:41:54 +02:00
0041_auto_20200502_1446.py added title field and custom validation 2020-05-02 14:53:09 +02:00
0042_cooklog.py recipe rating 2020-05-02 17:31:35 +02:00
0043_auto_20200507_2302.py added sharing to meal plan + fixed meal plan visibility 2020-05-07 23:16:24 +02:00
0044_viewlog.py show last viewd recipes on search page 2020-05-11 12:42:55 +02:00
0045_userpreference_show_recent.py added setting to disable recent viewed recipes 2020-06-02 10:53:32 +02:00
0046_auto_20200602_1133.py dynamic meal types 2020-06-02 11:46:16 +02:00
0047_auto_20200602_1133.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0048_auto_20200602_1140.py dynamic meal types 2020-06-02 11:46:16 +02:00
0049_mealtype_created_by.py per user meal types 2020-06-11 15:19:15 +02:00
0050_auto_20200611_1509.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0051_auto_20200611_1518.py per user meal types 2020-06-11 15:19:15 +02:00
0052_userpreference_ingredient_decimals.py ingredient rounding upgrades 2020-06-11 22:32:45 +02:00
0053_auto_20200611_2217.py ingredient rounding upgrades 2020-06-11 22:32:45 +02:00
0054_sharelink.py added sharing links and appropriate tests 2020-06-16 11:23:58 +02:00
0055_auto_20200616_1236.py added comment system preference 2020-06-16 12:44:45 +02:00
0056_auto_20200625_2118.py run rename migration as non atomic to support old sqlite versions 2020-06-29 18:04:56 +02:00
0056_auto_20200625_2157.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0057_auto_20200625_2127.py renamed recipeingredient to ingredient 2020-06-25 21:37:18 +02:00
0058_auto_20200625_2128.py one more non atomic transaction 2020-06-29 18:07:56 +02:00
0059_auto_20200625_2137.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0060_auto_20200625_2144.py changed recipe ingredient relation 2020-06-25 21:45:16 +02:00
0061_merge_20200625_2209.py added recipe steps 2020-06-25 22:38:17 +02:00
0062_auto_20200625_2219.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0063_auto_20200625_2230.py added recipe steps 2020-06-25 22:38:17 +02:00
0064_auto_20200625_2329.py partially working steps edit view 2020-06-25 23:48:27 +02:00
0065_auto_20200626_1444.py ordering of ingredients and steps 2020-06-26 14:50:33 +02:00
0066_auto_20200626_1455.py sorting and ingredient adding 2020-06-26 15:00:41 +02:00
0067_auto_20200629_1508.py image upload working 2020-06-29 15:39:58 +02:00
0068_auto_20200629_2127.py updated migrations + setup process update 2021-02-21 15:34:35 +01:00
0069_auto_20200629_2134.py conditional header/no amount render 2020-06-29 22:01:42 +02:00
0070_auto_20200701_2007.py time step + step delete + sorting improvement 2020-07-01 20:38:35 +02:00
0071_auto_20200701_2048.py ui improvements 2020-07-01 21:04:28 +02:00
0072_step_show_as_header.py step header rendering 2020-07-02 12:12:17 +02:00
0073_auto_20200708_2311.py added api endpoints and tests 2020-07-08 23:19:39 +02:00
0074_remove_keyword_created_by.py removed keyword created by as it was never populated 2020-07-09 21:55:05 +02:00
0075_shoppinglist_shoppinglistentry_shoppinglistrecipe.py shopping list basics 2020-08-11 12:17:12 +02:00
0076_shoppinglist_entries.py super basic shopping list working 2020-08-26 21:11:20 +02:00
0077_invitelink.py basics of invite link creation 2020-09-01 14:57:20 +02:00
0078_invitelink_used_by.py basics of invite link creation 2020-09-01 14:57:20 +02:00
0079_invitelink_group.py basics of invite link creation 2020-09-01 14:57:20 +02:00
0080_auto_20200921_2331.py autosync shopping list and settings 2020-09-21 23:54:46 +02:00
0081_auto_20200921_2349.py autosync shopping list and settings 2020-09-21 23:54:46 +02:00
0082_auto_20200922_1143.py fixed several shopping list issues 2020-09-22 12:01:11 +02:00
0083_space.py added ability to display message to users (via admin) 2020-09-22 12:36:27 +02:00
0084_auto_20200922_1233.py added ability to display message to users (via admin) 2020-09-22 12:36:27 +02:00
0085_auto_20200922_1235.py added ability to display message to users (via admin) 2020-09-22 12:36:27 +02:00
0086_auto_20200929_1143.py create shopping from mealplan 2020-09-29 12:41:59 +02:00
0087_auto_20200929_1152.py fixed migrations for postgres 2020-10-14 22:05:49 +02:00
0088_shoppinglist_finished.py fixed migrations for postgres 2020-10-14 22:05:49 +02:00
0089_auto_20201117_2222.py Finish editing of nutritional information 2020-11-17 22:27:01 +01:00
0090_auto_20201214_1359.py added support for fractions 2020-12-14 14:08:11 +01:00
0091_auto_20201226_1551.py better migration for unit fix 2020-12-27 23:10:22 +01:00
0092_recipe_servings.py re added stuff 2020-12-28 14:14:34 +01:00
0093_auto_20201231_1236.py fixed and cleand up a lot of servings related stuff 2020-12-31 12:44:19 +01:00
0094_auto_20201231_1238.py fixed and cleand up a lot of servings related stuff 2020-12-31 12:44:19 +01:00
0095_auto_20210107_1804.py Make the sticky navbar an option 2021-01-07 18:49:11 +01:00
0096_auto_20210109_2044.py added unique constraint on RecipeBookEntry table 2021-01-09 22:17:56 +01:00
0097_auto_20210113_1315.py recipe description 2021-01-13 13:26:48 +01:00
0098_auto_20210113_1320.py valid_until migration fix 2021-01-13 13:26:57 +01:00
0099_auto_20210113_1518.py cook log 2021-01-13 15:21:51 +01:00
0100_recipe_servings_text.py added customizable Servings text 2021-01-21 20:05:46 +01:00
0101_storage_path.py added option to choose webdav path 2021-01-22 20:29:29 +01:00
0102_auto_20210125_1147.py added ingredient merging to shopping list 2021-01-25 17:24:03 +01:00
0103_food_ignore_shopping.py added ingredient merging to shopping list 2021-01-25 17:24:03 +01:00
0104_auto_20210125_2133.py wip supermarket categories 2021-01-25 21:58:24 +01:00
0105_auto_20210126_1604.py supermarket category api working 2021-01-26 16:16:45 +01:00
0106_shoppinglist_supermarket.py supermarket shopping list relation 2021-01-26 16:53:05 +01:00
0107_auto_20210128_1535.py account linking and docs update 2021-01-28 16:10:26 +01:00
0108_auto_20210219_1410.py space stuff partially working 2021-02-19 15:50:55 +01:00
0109_auto_20210221_1204.py usr signup and more 2021-02-21 15:08:43 +01:00
0110_auto_20210221_1406.py usr signup and more 2021-02-21 15:08:43 +01:00
0111_space_created_by.py usr signup and more 2021-02-21 15:08:43 +01:00
0112_remove_synclog_space.py delete model check fixes + sync log 2021-03-17 00:27:53 +01:00
0113_auto_20210317_2017.py shopping list api tests and refactors 2021-03-17 20:42:17 +01:00
0114_importlog.py import log working 2021-03-18 18:30:12 +01:00
0115_telegrambot.py telegram bot 2021-03-18 22:34:53 +01:00
0116_auto_20210319_0012.py fixed migration 2021-03-19 00:33:06 +01:00
0117_space_max_recipes.py space max 2021-03-24 00:06:34 +01:00
0118_auto_20210406_1805.py add migration to automatically assign group to existing superusers 2021-04-06 18:10:22 +02:00
0119_auto_20210411_2101.py fixed postgres search 2021-04-11 21:02:47 +02:00
0120_bookmarklet.py updated migration 2021-04-16 09:02:03 -05:00