Skip to content
Snippets Groups Projects
Commit bb9b8b91 authored by felmer's avatar felmer
Browse files

LMS-34

createLog.sql moved from project lims to project dbmigration

SVN: 643
parent d6ee4e5d
No related branches found
No related tags found
No related merge requests found
create table database_version_logs
(db_version varchar(4) not null
,module_name varchar(250)
,run_status varchar(10)
,run_status_timestamp timestamp
,module_code bytea
,run_exception bytea
);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment