diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-13 18:55:30 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-14 16:57:37 +0100 |
commit | d0d146cc099bfe2d58a8c8ec6e57096661d1fdcb (patch) | |
tree | 1007a19ed094bb463a9234909d84412a379a3c9c /archaeological_context_records/migrations/0102_link_apps.py | |
parent | 1d1fd6c794c8ca8e758fc416b43e0f881136057f (diff) | |
download | Ishtar-d0d146cc099bfe2d58a8c8ec6e57096661d1fdcb.tar.bz2 Ishtar-d0d146cc099bfe2d58a8c8ec6e57096661d1fdcb.zip |
⚡️ improve parcel post-treatments - add timestamp to prevent multiple geo and cached_label edition
Diffstat (limited to 'archaeological_context_records/migrations/0102_link_apps.py')
-rw-r--r-- | archaeological_context_records/migrations/0102_link_apps.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_context_records/migrations/0102_link_apps.py b/archaeological_context_records/migrations/0102_link_apps.py index d885acf32..47904b860 100644 --- a/archaeological_context_records/migrations/0102_link_apps.py +++ b/archaeological_context_records/migrations/0102_link_apps.py @@ -191,8 +191,4 @@ class Migration(migrations.Migration): model_name='contextrecord', index=django.contrib.postgres.indexes.GinIndex(fields=['data'], name='archaeologi_data_1c3119_gin'), ), - migrations.RunSQL( - archaeological_context_records.models.CRBulkView.DELETE_SQL), - migrations.RunSQL( - archaeological_context_records.models.CRBulkView.CREATE_SQL), ] |