sqlserver->postgresql

This commit is contained in:
2023-09-30 15:16:05 +09:00
parent 8d5dff60f1
commit e1f2afa942
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import os
PROJECT_NAME = "KintoneAppBuilder" PROJECT_NAME = "KintoneAppBuilder"
SQLALCHEMY_DATABASE_URI = "mssql+pymssql://maxz64@maxzdb:m@xz1205@maxzdb.database.windows.net/alloc" SQLALCHEMY_DATABASE_URI = "postgres://maxz64:m@xz1205@alicornkintone.postgres.database.azure.com/postgres"
BASE_URL = "https://mfu07rkgnb7c.cybozu.com" BASE_URL = "https://mfu07rkgnb7c.cybozu.com"

View File

@@ -20,4 +20,5 @@ pyjwt==1.7.1
pandas==2.0.3 pandas==2.0.3
openpyxl==3.1.2 openpyxl==3.1.2
deepdiff==6.3.1 deepdiff==6.3.1
pymssql==2.2.7 pymssql==2.2.7
psycopg2==2.9.8