Skip to content

Commit

Permalink
fix(async): Remove old data_updates no longer needed (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 authored Sep 16, 2024
1 parent 431b046 commit 840e7b3
Show file tree
Hide file tree
Showing 35 changed files with 7 additions and 1,430 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
matrix:
python-version: ['3.10']

env:
SKIP_SERVER_INSTALL: true

services:
mongodb:
image: mongo:6
Expand Down Expand Up @@ -44,7 +47,5 @@ jobs:
run: |
python manage.py app:initialize_data
python manage.py users:create -u admin -p admin -e [email protected] --admin
# python manage.py data:upgrade # until we decide what to do
python manage.py data:upgrade
python manage.py schema:migrate
65 changes: 0 additions & 65 deletions superdesk/data_updates/00000_20160610-164730_content_templates.py

This file was deleted.

29 changes: 0 additions & 29 deletions superdesk/data_updates/00001_20160722-111630_users.py

This file was deleted.

35 changes: 0 additions & 35 deletions superdesk/data_updates/00002_20170214-145336_vocabularies.py

This file was deleted.

37 changes: 0 additions & 37 deletions superdesk/data_updates/00003_20170814-114652_audit.py

This file was deleted.

22 changes: 0 additions & 22 deletions superdesk/data_updates/00004_20170908-140205_users.py

This file was deleted.

28 changes: 0 additions & 28 deletions superdesk/data_updates/00005_20171023-152436_vocabularies.py

This file was deleted.

20 changes: 0 additions & 20 deletions superdesk/data_updates/00005_20171110-170620_archive.py

This file was deleted.

54 changes: 0 additions & 54 deletions superdesk/data_updates/00006_20171124-195408_content_types.py

This file was deleted.

33 changes: 0 additions & 33 deletions superdesk/data_updates/00007_20180321-092824_archive.dist.js

This file was deleted.

43 changes: 0 additions & 43 deletions superdesk/data_updates/00007_20180321-092824_archive.py

This file was deleted.

Loading

0 comments on commit 840e7b3

Please sign in to comment.