grocy/migrations
Bernd Bestel 2809cc1454
Typo...
2019-09-26 12:45:35 +02:00
..
0001.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0002.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0003.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0004.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0005.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0006.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0007.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0008.sql Remove unneeded ORDER BY as this maybe lead to problems like in #33 2018-07-31 17:42:07 +02:00
0009.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0010.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0011.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0012.sql Don't use ORDER BY in VIEWS (as this is invalid SQL, why does this even work sometimes in SQLite) (fixes #33) 2018-08-03 08:26:59 +02:00
0013.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0014.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0015.sql Don't use ORDER BY in VIEWS (as this is invalid SQL, why does this even work sometimes in SQLite) (fixes #33) 2018-08-03 08:26:59 +02:00
0016.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0017.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0018.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0019.sql Reorganize project part 3 2018-04-12 21:13:38 +02:00
0020.sql Finalize project reorganization 2018-04-14 11:10:38 +02:00
0021.sql Added localization support 2018-04-16 19:11:32 +02:00
0022.sql Finish API documentation and token auth (references #5) 2018-04-21 19:18:00 +02:00
0023.sql Finish API documentation and token auth (references #5) 2018-04-21 19:18:00 +02:00
0024.sql Finish API documentation and token auth (references #5) 2018-04-21 19:18:00 +02:00
0025.sql Fixed a problem about recipe fulfillment wrong when there is no stock of a given product 2018-07-15 11:25:12 +02:00
0026.sql Replace the single user (defined in /data/config.php) with a multi user management thing 2018-07-24 19:31:43 +02:00
0027.php Hotfix for old user to database migration (this will be included in the v1.16.0 release) 2018-07-25 20:26:23 +02:00
0028.sql Renamed habits to chores as this is more what it is about 2018-09-22 13:26:58 +02:00
0029.sql Add something for product price tracking (references #22) 2018-07-26 20:27:38 +02:00
0030.sql Properly pluralize everything (closes #19) 2018-07-27 19:39:34 +02:00
0031.php Finished migration to use gettext (this now closes #161) 2019-05-02 20:20:18 +02:00
0032.sql Don't use ORDER BY in VIEWS (as this is invalid SQL, why does this even work sometimes in SQLite) (fixes #33) 2018-08-03 08:26:59 +02:00
0033.sql Refresh also habit/battery statistics on changes on overview pages (references #26) 2018-08-04 15:44:58 +02:00
0034.sql Implement that recipe ingredients can have arbitrary quantity units (references #32) 2018-08-09 17:24:04 +02:00
0035.sql Renamed habits to chores as this is more what it is about 2018-09-22 13:26:58 +02:00
0036.sql Finish first version of tasks feature 2018-09-23 19:26:13 +02:00
0037.sql Added product groups (this closes #55) 2018-09-24 13:02:52 +02:00
0038.sql Include products which are not in stock currently but below min. stock amount on stock overview page (fixes #69) 2018-09-30 10:13:37 +02:00
0039.sql Prepare user settings API (references #74 and #71) 2018-09-30 10:47:56 +02:00
0040.sql Finish first early version of "pictures for products" (references #58) 2018-09-30 23:22:17 +02:00
0041.sql Added a quick mockup for equipment / instruction manuals (references #25) 2018-10-02 20:03:08 +02:00
0042.sql Cascade changes of stock quantity unit of products to recipe positions (fixes #91) 2018-10-20 11:17:51 +02:00
0043.sql Added recipe position groups (references #77) 2018-10-25 22:45:44 +02:00
0044.sql Created API endpoints to undo battery charge cycles and chore executions (references #63) 2018-10-27 10:55:30 +02:00
0045.sql Fixed a problem with newer SQLite versions (references and fixes #133) 2019-01-05 20:28:21 +01:00
0046.sql Prevent opening more products than are unopened in stock 2018-11-18 13:35:21 +01:00
0047.sql Forgot to save before pushing last commit... 2019-01-05 21:14:23 +01:00
0048.sql Remove missing translation and improve database migration for #149 2019-01-26 14:12:18 +01:00
0049.sql Allow optional partial units of products in stock (closes #123) 2019-01-26 14:17:02 +01:00
0050.sql Make it possible to add pictures to recipes (closes #136) 2019-01-26 20:06:01 +01:00
0051.sql Allow different locations per product in stock (closes #124) 2019-03-01 20:25:01 +01:00
0052.sql Implemented scalable recipes (closes #127) 2019-03-03 13:27:10 +01:00
0053.sql Add an option per recipe to not check against the shopping list when adding missing recipe ingredients, only against stock (closes #154) 2019-03-03 15:23:39 +01:00
0054.sql Display total cost of recipes based on last purchase prices (closes #128) 2019-03-03 16:33:48 +01:00
0055.sql Track on consume for which recipe it was (closes #64 and references #64) 2019-03-03 18:20:06 +01:00
0056.sql Added possibility to export the calendar in iCal format (closes #141) 2019-03-04 17:44:48 +01:00
0057.sql Implemented tare weight handling (closes #132) 2019-03-05 17:51:50 +01:00
0058.sql Implemented that included recipes can have a serving amount (closes #163 and references #127) 2019-03-05 23:45:04 +01:00
0059.sql Fixed a rounding regarding stock amount comparison when a (scaled) recipe needs a decimal amount (closes #164) 2019-03-06 19:05:32 +01:00
0060.sql Fixed recipe ingredient notes were not displayed on the recipes page 2019-03-07 22:20:08 +01:00
0061.sql Added new changelog 2019-04-06 16:00:17 +02:00
0062.sql Implemented multiple/named shopping lists (closes #190) 2019-04-20 17:04:40 +02:00
0063.php Finished migration to use gettext (this now closes #161) 2019-05-02 20:20:18 +02:00
0064.sql Show more info in product card (closes #173) 2019-04-22 10:11:58 +02:00
0065.sql Implemented daily/weekly/monthly recurrence patterns for chores (closes #151) 2019-04-22 14:01:31 +02:00
0066.sql Started working on user-defined-fields for all entities (references #176) 2019-04-22 22:16:35 +02:00
0067.sql Finished migration to use gettext (this now closes #161) 2019-05-02 20:20:18 +02:00
0068.sql Added "variable amount" for recipe ingredients (closes #181) 2019-05-04 14:50:15 +02:00
0069.sql Make it possible to track a chore execution without the time part, only the day 2019-05-04 16:13:05 +02:00
0070.sql Added first basic version of meal planning (references #146) 2019-05-06 19:38:47 +02:00
0071.sql Finished first version of meal planning (for now closes #146) 2019-05-07 19:48:14 +02:00
0072.sql Added a new userfield type "preset-list" (closes #239) 2019-05-07 21:24:59 +02:00
0073.sql Remove the internal meal plan recipe when removing a meal plan entry (fixes #298) 2019-07-06 13:57:49 +02:00
0074.sql Fixed nested recipes costs calculation (fixes #299) 2019-07-06 14:48:46 +02:00
0075.sql Added the possibility to mark a shopping list item as "done" (closes #257) 2019-07-06 17:56:59 +02:00
0076.sql Added a "consume this recipe"-button to the meal plan (and also a button to consume all recipes for a whole week) (closes #283) 2019-07-06 20:02:40 +02:00
0077.sql Don't consider a chores executed when the execution was undone 2019-07-07 19:47:05 +02:00
0078.sql Add chores due date rollover (closes #340) 2019-08-10 12:44:09 +02:00
0079.sql First draft for printable location content sheets (references #341) 2019-08-10 16:34:29 +02:00
0080.sql Use the summernote editor for product description (closes #288) 2019-08-15 14:35:28 +02:00
0081.sql Implemented product variations (closes #196) 2019-09-14 17:34:36 +02:00
0082.sql Only cascade changes of stock QU to recipe ingredients which uses the same QU (references #177) 2019-09-17 16:01:30 +02:00
0083.sql Implemented that chores can be assigned to users (closes #253) 2019-09-17 13:13:26 +02:00
0084.sql Implemented the option to automatically consume a product on tracking a chore execution (closes #279) 2019-09-18 10:02:52 +02:00
0085.sql Implement custom entities / objects (closes #242) 2019-09-18 16:18:15 +02:00
0086.sql Also consider opened products for minimum stock amounts (optionally, but by default) (closes #353) 2019-09-19 18:11:03 +02:00
0087.sql Implemented a price factor option for recipe ingredients (closes #295) 2019-09-19 21:30:24 +02:00
0088.sql Added a new field calories for products (closes #268) 2019-09-20 20:06:24 +02:00
0089.sql Fixed meal plan did not load when a containing recipe was deleted (closes #361) 2019-09-21 09:18:40 +02:00
0090.sql Fixed that "Spoil rate" and "Average shelf life" on the product card was wrong in most cases 2019-09-21 13:30:44 +02:00
0091.sql Include meal plan recipes in the calendar (closes #368) 2019-09-24 09:40:56 +02:00
0092.sql Typo... 2019-09-26 12:45:35 +02:00