mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
moving isErased into entity_changes
This commit is contained in:
@@ -37,6 +37,9 @@ CREATE TABLE IF NOT EXISTS "mig_api_tokens"
|
||||
INSERT INTO mig_api_tokens (apiTokenId, token, utcDateCreated, isDeleted)
|
||||
SELECT apiTokenId, token, utcDateCreated, isDeleted FROM api_tokens;
|
||||
|
||||
DROP TABLE api_tokens;
|
||||
ALTER TABLE mig_api_tokens RENAME TO api_tokens;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "mig_attributes"
|
||||
(
|
||||
attributeId TEXT not null primary key,
|
||||
|
||||
Reference in New Issue
Block a user