This commit is contained in:
@@ -1900,6 +1900,8 @@ CREATE OR REPLACE VIEW public.viewpartinventorylist
|
|||||||
LogUpdateMessage(log);
|
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 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 aservicerate ALTER COLUMN charge SET DATA TYPE DECIMAL(28,8);");
|
||||||
await ExecQueryAsync("ALTER TABLE atravelrate ALTER COLUMN cost SET DATA TYPE DECIMAL(28,8);");
|
await ExecQueryAsync("ALTER TABLE atravelrate ALTER COLUMN cost SET DATA TYPE DECIMAL(28,8);");
|
||||||
|
|||||||
Reference in New Issue
Block a user