working on hamonization of db implementations

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-01 22:18:44 +02:00
parent 64e925c83f
commit eed0ce0e8e
8 changed files with 97 additions and 96 deletions

View File

@@ -5,6 +5,5 @@ public class Constants {
private Constants(){}
public static final String CONFIG_DATABASE = "umbrella.modules.notes.database";
public static final String DB_VERSION = "notes_db_version";
public static final String TABLE_NOTES = "notes";
}