feat: add custom rename control

This commit is contained in:
Sam Chau
2025-12-31 03:20:25 +10:30
parent bd0bdcca6c
commit b3b29d3fe9
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -57,6 +57,7 @@ CREATE TABLE custom_formats (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name VARCHAR(100) UNIQUE NOT NULL,
description TEXT,
include_in_rename INTEGER NOT NULL DEFAULT 0,
created_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,
updated_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP
);