feat: support postgres autonomy runtime
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const AUTONOMY_SCHEMA_VERSION = 2;
|
||||
|
||||
function initAutonomySchema(db) {
|
||||
if (db.dialect === 'postgres') return;
|
||||
db.exec(`
|
||||
CREATE TABLE IF NOT EXISTS autonomy_schema (
|
||||
version INTEGER PRIMARY KEY,
|
||||
|
||||
Reference in New Issue
Block a user