Remove database-json #267
@ -122,7 +122,7 @@ impl ISqlTransactionBackend for SqlTransactionSqliteBackend<'_> {
|
|||||||
fn create_albums_table(&self) -> Result<(), Error> {
|
fn create_albums_table(&self) -> Result<(), Error> {
|
||||||
let mut stmt = self.prepare(
|
let mut stmt = self.prepare(
|
||||||
"CREATE TABLE IF NOT EXISTS albums (
|
"CREATE TABLE IF NOT EXISTS albums (
|
||||||
title TEXT NOT NULL PRIMARY KEY,
|
title TEXT NOT NULL,
|
||||||
lib_id JSON NOT NULL DEFAULT '\"None\"',
|
lib_id JSON NOT NULL DEFAULT '\"None\"',
|
||||||
mbid JSON NOT NULL DEFAULT '\"None\"',
|
mbid JSON NOT NULL DEFAULT '\"None\"',
|
||||||
artist_name TEXT NOT NULL,
|
artist_name TEXT NOT NULL,
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user