InvenTree/InvenTree/part/migrations
2021-07-01 07:11:15 +02:00
..
__init__.py Added migration files to git index 2018-04-14 18:36:06 +10:00
0001_initial.py AND AGAIN 2019-05-20 22:24:18 +10:00
0002_auto_20190520_2204.py AND AGAIN 2019-05-20 22:24:18 +10:00
0003_auto_20190525_2226.py Add 'has_variants' and 'variant_of' field for Part 2019-05-25 22:27:36 +10:00
0004_auto_20190525_2356.py Rename field part.has_variants to part.is_template 2019-05-25 23:58:31 +10:00
0005_auto_20190526_1119.py Simplify part model 2019-05-26 12:16:57 +10:00
0006_auto_20190526_1215.py Simplify part model 2019-05-26 12:16:57 +10:00
0007_auto_20190602_1944.py Rename some fields 2019-06-02 19:46:30 +10:00
0008_auto_20190618_0042.py Fixed up some stupid recursion on the Tree model template 2019-06-18 00:59:54 +10:00
0009_part_virtual.py Add 'virtual' part flag 2019-06-18 18:34:07 +10:00
0010_auto_20190620_2135.py Improve uniqueness checking for Part 2019-06-20 21:37:25 +10:00
0011_part_revision.py Add 'revision' field to part 2019-06-20 21:46:16 +10:00
0012_auto_20190627_2144.py Add 'reference' field to BOM item model 2019-06-27 21:44:40 +10:00
0013_auto_20190628_0951.py Change the manner in which active parts are filtered for BOM 2019-06-28 10:00:23 +10:00
0014_partparameter.py Add PartParameter table 2019-08-20 12:31:43 +10:00
0015_auto_20190820_0251.py Change model - add PartParameterTemplate 2019-08-20 13:02:00 +10:00
0016_auto_20190820_0257.py Change model - add PartParameterTemplate 2019-08-20 13:02:00 +10:00
0017_bomitem_checksum.py Add a checksum field to the bom line item 2019-09-05 12:58:11 +10:00
0018_auto_20190907_0941.py Ensure PartParameterTemplate name is unique 2019-09-07 19:43:41 +10:00
0019_auto_20190908_0404.py Migrate InvenTreeTree to using MPTT model 2019-09-08 14:08:49 +10:00
0020_auto_20190908_0404.py Mark migrations with data operations "non atomic" 2021-02-04 22:19:15 +11:00
0021_auto_20190908_0916.py Change foreign keys to TreeForeignKey 2019-09-08 19:19:39 +10:00
0022_auto_20190908_0918.py Change foreign keys to TreeForeignKey 2019-09-08 19:19:39 +10:00
0023_auto_20190913_1401.py Create a custom URL field, which allows the user-specified validators 2019-09-14 00:04:08 +10:00
0024_auto_20191118_2139.py Change item quantity field from PositiveInteger to Decimal 2019-11-19 08:49:54 +11:00
0025_auto_20191118_2316.py Allow non-integer stock movement 2019-11-19 10:17:20 +11:00
0026_auto_20200131_1022.py Update requirements 2020-01-31 21:42:30 +11:00
0027_auto_20200202_1024.py Allow PartCategory and StocKLocation names to be non-unique 2020-02-02 21:40:03 +11:00
0028_auto_20200203_1007.py IPN must match regex validator (if one is provided) 2020-02-03 21:09:24 +11:00
0029_auto_20200223_0901.py Allow 'notes' field in Part object to be blank 2020-02-23 20:02:33 +11:00
0030_auto_20200318_1027.py Limit choices for Part selection 2020-03-18 21:28:11 +11:00
0031_auto_20200318_1044.py Add new fields for Part object 2020-03-18 21:50:18 +11:00
0032_auto_20200322_0453.py Abstract the PartAttachment class 2020-03-22 17:59:23 +11:00
0033_auto_20200404_0445.py Part image field now uses django-stdimage 2020-04-04 15:47:05 +11:00
0034_auto_20200404_1238.py Mark migrations with data operations "non atomic" 2021-02-04 22:19:15 +11:00
0035_auto_20200406_0045.py Rename Part.URL -> part.link 2020-04-06 11:16:39 +10:00
0036_partattachment_user.py Add 'user' field to attachment 2020-05-12 20:50:03 +10:00
0037_partattachment_upload_date.py Add "upload date" field to fileattachment base class 2020-05-12 20:57:41 +10:00
0038_auto_20200513_0016.py Drag and drop for order attachments 2020-05-13 11:28:45 +10:00
0039_auto_20200515_1127.py Mark migrations with data operations "non atomic" 2021-02-04 22:19:15 +11:00
0040_parttesttemplate.py Add PartTestTemplate model 2020-05-17 13:26:51 +10:00
0041_auto_20200517_0348.py Register test template in the admin interface 2020-05-17 13:50:06 +10:00
0042_auto_20200518_0900.py Add some more fields to the PartTestTemplate model 2020-05-18 19:00:45 +10:00
0043_auto_20200527_0005.py Allow template parts to be specified for the BOM item 2020-05-27 10:06:18 +10:00
0044_auto_20200605_0931.py Make description fields optional 2020-06-05 19:33:32 +10:00
0045_auto_20200605_0932.py Make description fields optional 2020-06-05 19:33:32 +10:00
0046_auto_20200804_0107.py Add migration file 2020-08-04 11:21:27 +10:00
0047_auto_20200808_0715.py Add migration files 2020-08-08 17:16:04 +10:00
0048_auto_20200902_1404.py Part: Alter model fields to fix data import issues 2020-09-03 00:11:20 +10:00
0049_partsellpricebreak.py Add table for price breaks for selling a part 2020-09-17 23:22:37 +10:00
0050_auto_20200917_2315.py Limit choices for the 'Part' reference in the new model 2020-09-18 09:16:59 +10:00
0051_bomitem_optional.py Add "optional" field to BomItem 2020-10-05 00:42:09 +11:00
0052_partrelated.py Manually merged part migrations 2020-11-03 07:27:51 -05:00
0053_partcategoryparametertemplate.py Manually merged part migrations 2020-11-03 07:27:51 -05:00
0054_auto_20201109_1246.py Merge remote-tracking branch 'inventree/master' into currency-support 2020-11-12 17:24:48 +11:00
0055_auto_20201110_1001.py Custom migration for PartSellPriceBreak 2020-11-10 22:31:46 +11:00
0056_auto_20201110_1125.py Reduce noise in logs 2021-06-22 09:32:36 +10:00
0057_remove_partsellpricebreak_currency.py Remove common_currency model entirely 2020-11-11 00:21:06 +11:00
0058_remove_partsellpricebreak_cost.py Remove common_currency model entirely 2020-11-11 00:21:06 +11:00
0059_auto_20201112_1112.py When creating a new price break for a supplier part, default to using the currency code specified for the supplier company 2020-11-12 11:14:50 +11:00
0060_merge_20201112_1722.py Merge remote-tracking branch 'inventree/master' into currency-support 2020-11-12 17:24:48 +11:00
0061_auto_20210103_2313.py Add PART_VIRTUAL setting 2021-01-03 23:13:58 +11:00
0061_auto_20210104_2331.py Add "default_expiry" field to Part model 2021-01-04 23:36:11 +11:00
0062_merge_20210105_0056.py Merge conflicting migration files 2021-01-05 00:58:48 +11:00
0063_bomitem_inherited.py Add 'inherited' field to BomItem 2021-02-17 21:53:15 +11:00
0064_auto_20210404_2016.py added more translation-strings 2021-04-04 22:44:14 +02:00
0065_auto_20210505_2144.py adding in missing parts for full saleprice 2021-05-05 23:47:46 +02:00
0066_bomitem_allow_variants.py Add "allow_variants" field to BomItem 2021-06-01 13:59:01 +10:00
0067_partinternalpricebreak.py adding internal price breaks as in #1606 2021-06-05 17:01:49 +02:00
0068_part_unique_part.py Better management of unique constraint for Part 2021-06-22 09:33:07 +10:00
0069_auto_20210701_0509.py added clean migration steps for all price fields 2021-07-01 07:11:15 +02:00