1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-07-01 02:21:15 +02:00

add command to synchronize db sequences

This commit is contained in:
Pierre-antoine Comby
2020-06-02 10:46:08 +02:00
parent 7d9599d4d8
commit dc1daf0a2d
2 changed files with 44 additions and 0 deletions

View File

@ -16,3 +16,4 @@ class Command(BaseCommand):
call_command('import_activities', chunk=5000, map="map.json")
call_command('import_transaction', chunk=5000, buttons=True, map="map.json")
call_command('make_su','-sS', 'Coq', 'erdnaxe', 'PAC', 'Pollion', 'ÿnérant')
call_command('syncsql')