mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
drop links and images tables
This commit is contained in:
2
migrations/0046__drop_links_and_images.sql
Normal file
2
migrations/0046__drop_links_and_images.sql
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
DROP TABLE IF EXISTS links;
|
||||||
|
DROP TABLE IF EXISTS images;
|
||||||
@@ -4,7 +4,7 @@ const options = require('./options');
|
|||||||
const fs = require('fs-extra');
|
const fs = require('fs-extra');
|
||||||
const log = require('./log');
|
const log = require('./log');
|
||||||
|
|
||||||
const APP_DB_VERSION = 45;
|
const APP_DB_VERSION = 46;
|
||||||
const MIGRATIONS_DIR = "migrations";
|
const MIGRATIONS_DIR = "migrations";
|
||||||
|
|
||||||
async function migrate() {
|
async function migrate() {
|
||||||
|
|||||||
Reference in New Issue
Block a user