refactor: change kontonummer to INTEGER, derive sub-account number as parent + suffix (arithmetic)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Convert kontonummer from TEXT to INTEGER
|
||||
ALTER TABLE buchhaltung_konten
|
||||
ALTER COLUMN kontonummer TYPE INTEGER USING kontonummer::INTEGER;
|
||||
Reference in New Issue
Block a user