🐛 补充缺失的字段 (#526)

This commit is contained in:
Wuyi无疑 2023-04-27 01:27:41 +08:00
parent 698fd7ac94
commit be246eb108
2 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@ class SQLA:
exec_list = [ exec_list = [
'ALTER TABLE GsBind ADD COLUMN sr_uid TEXT', 'ALTER TABLE GsBind ADD COLUMN sr_uid TEXT',
'ALTER TABLE GsUser ADD COLUMN sr_uid TEXT', 'ALTER TABLE GsUser ADD COLUMN sr_uid TEXT',
'ALTER TABLE GsUser ADD COLUMN sr_region TEXT',
'ALTER TABLE GsCache ADD COLUMN sr_uid TEXT', 'ALTER TABLE GsCache ADD COLUMN sr_uid TEXT',
] ]
with contextlib.suppress(Exception): with contextlib.suppress(Exception):

6
poetry.lock generated
View File

@ -1608,14 +1608,14 @@ reference = "mirrors"
[[package]] [[package]]
name = "platformdirs" name = "platformdirs"
version = "3.3.0" version = "3.4.0"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "platformdirs-3.3.0-py3-none-any.whl", hash = "sha256:ea61fd7b85554beecbbd3e9b37fb26689b227ffae38f73353cbcc1cf8bd01878"}, {file = "platformdirs-3.4.0-py3-none-any.whl", hash = "sha256:01437886022decaf285d8972f9526397bfae2ac55480ed372ed6d9eca048870a"},
{file = "platformdirs-3.3.0.tar.gz", hash = "sha256:64370d47dc3fca65b4879f89bdead8197e93e05d696d6d1816243ebae8595da5"}, {file = "platformdirs-3.4.0.tar.gz", hash = "sha256:a5e1536e5ea4b1c238a1364da17ff2993d5bd28e15600c2c8224008aff6bbcad"},
] ]
[package.extras] [package.extras]