]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_11.sql
SQL: table for storing connection profiles
[mobile-ledger.git] / app / src / main / res / raw / sql_11.sql
diff --git a/app/src/main/res/raw/sql_11.sql b/app/src/main/res/raw/sql_11.sql
new file mode 100644 (file)
index 0000000..356aa16
--- /dev/null
@@ -0,0 +1,2 @@
+create table profiles(uuid varchar not null primary key, name not null, url not null, use_authentication boolean not null, auth_user varchar, auth_password varchar);
+create unique index un_profile_name on profiles(name);
\ No newline at end of file