Public Access
first version compare.py: compile changes by module
This commit is contained in:
@@ -0,0 +1,578 @@
|
||||
# country
|
||||
|
||||
## Version 5.0.63
|
||||
|
||||
### Country
|
||||
|
||||
Line: 29
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
|
||||
|
||||
## Version 5.2.20
|
||||
|
||||
### Country
|
||||
|
||||
Line: 30
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
|
||||
|
||||
## Version 5.4.20
|
||||
|
||||
### Country
|
||||
|
||||
Line: 32
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 216
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
|
||||
## Version 5.6.17
|
||||
|
||||
### Country
|
||||
|
||||
Line: 30
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 214
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
|
||||
## Version 5.8.16
|
||||
|
||||
### Country
|
||||
|
||||
Line: 30
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 214
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
|
||||
## Version 6.0.76
|
||||
|
||||
### Country
|
||||
|
||||
Line: 31
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 219
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 287
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.2.14
|
||||
|
||||
### Country
|
||||
|
||||
Line: 31
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 219
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 287
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.4.16
|
||||
|
||||
### Country
|
||||
|
||||
Line: 31
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 256
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 328
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.6.14
|
||||
|
||||
### Country
|
||||
|
||||
Line: 178
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 433
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 516
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.8.17
|
||||
|
||||
### Country
|
||||
|
||||
Line: 178
|
||||
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'code_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table`
|
||||
- args: `'code', 'remove'`
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 433
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 516
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.0.55
|
||||
|
||||
### Country
|
||||
|
||||
Line: 178
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 424
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 507
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.2.23
|
||||
|
||||
### Country
|
||||
|
||||
Line: 178
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 424
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 507
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.4.25
|
||||
|
||||
### Country
|
||||
|
||||
Line: 178
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 424
|
||||
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 507
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.6.20
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 401
|
||||
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
|
||||
## Version 7.8.14
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 401
|
||||
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
|
||||
## Version 8.0.8
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 401
|
||||
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user