Iets betere database versie (adm)tracking

svn path=/Database/trunk/; revision=43067
This commit is contained in:
Jos Groot Lipman
2019-06-24 15:28:58 +00:00
parent 8d1148238d
commit b78b6c66b3
3 changed files with 15 additions and 0 deletions

View File

@@ -161,6 +161,11 @@ BEGIN fac.registerversion(_VERSIONMAJ, _VERSIONMIN, _VERSIONPATCH, _DBV_STRING,
/
REGISTERONCE('$Id$')
INSERT INTO adm_tracking
(adm_tracking_name, adm_tracking_revision)
VALUES
('Database created', 'DB' || _DBV_STRING);
COMMIT;
/* Report invalid objects, if any */
SET ECHO OFF