1
0
mirror of https://github.com/quay/quay.git synced 2025-10-26 20:51:43 +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,6 +1,6 @@
import argparse
import logging
import json
import logging
from app import app
from data import model