1
0
mirror of https://github.com/quay/quay.git synced 2025-07-30 07:43:13 +03:00

chore: drop deprecated tables and remove unused code (PROJQUAY-522) (#2089)

* chore: drop deprecated tables and remove unused code

* isort imports

* migration: check for table existence before drop
This commit is contained in:
Kenny Lee Sin Cheong
2023-08-25 12:17:24 -04:00
committed by GitHub
parent e72773bbce
commit 5f63b3a7bb
550 changed files with 3480 additions and 3778 deletions

View File

@ -1,14 +1,12 @@
import unittest
import json
import time
import unittest
from functools import wraps
from threading import Thread, Lock
from threading import Lock, Thread
from app import app
from data.queue import WorkQueue
from initdb import wipe_database, initialize_database, populate_database
from initdb import initialize_database, populate_database, wipe_database
QUEUE_NAME = "testqueuename"