view Odbc/Plugins/PrepareStorage.sql @ 743:78fdfbe7b1fd

Now verifying the DatabasePatchLevel (revision) in another transaction than the one that upgrades the schema
author Alain Mazy <am@orthanc.team>
date Fri, 03 Oct 2025 18:39:46 +0200
parents b5fb8b77ce4d
children
line wrap: on
line source

CREATE TABLE StorageArea(
       uuid VARCHAR(64) NOT NULL PRIMARY KEY,
       content ${BINARY} NOT NULL,
       type INTEGER NOT NULL);