Changes between Version 2 and Version 3 of Ticket #34843
- Timestamp:
- Sep 15, 2023, 9:56:05 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34843 – Description
v2 v3 21 21 22 22 23 For now it could be done with `RunSQL(sql=' ALTER TABLE .... WITH (...);')` migration, but it would be better to have the settings on the model class itself for better visibility and managed by django.23 For now it could be done with `RunSQL(sql='CREATE/ALTER TABLE .... WITH (...);')` migration, but it would be better to have the settings on the model class itself for better visibility and managed by django. 24 24 25 25 What do you think ?