This commit is contained in:
2024-08-28 21:58:30 +00:00
parent 985baef4f5
commit b9a29a23bc

View File

@@ -1900,6 +1900,8 @@ CREATE OR REPLACE VIEW public.viewpartinventorylist
LogUpdateMessage(log);
//todo drop all involved views first then recreate after all these mods same as before, stupid fuckery!!
await ExecQueryAsync("ALTER TABLE aservicerate ALTER COLUMN cost SET DATA TYPE DECIMAL(28,8);");
await ExecQueryAsync("ALTER TABLE aservicerate ALTER COLUMN charge SET DATA TYPE DECIMAL(28,8);");
await ExecQueryAsync("ALTER TABLE atravelrate ALTER COLUMN cost SET DATA TYPE DECIMAL(28,8);");