config/database: update queries to improve reads/writes (#19975)
* config/database: update queries to improve reads/writes * reflect review comments * move tx initialization * add comments and fix psql migration * fix spelling * refactor * add more descriptive comment
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
99f02fe96e
Коммит
92e647f1b9
@@ -0,0 +1 @@
|
||||
ALTER TABLE Configurations DROP COLUMN IF EXISTS SHA;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE Configurations ADD COLUMN IF NOT EXISTS SHA CHAR(64) DEFAULT '';
|
||||
Ссылка в новой задаче
Block a user