mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Remove unused tags table from the database schema
This commit is contained in:
@@ -103,14 +103,6 @@ static const char *ProjectFileSchema =
|
||||
" doc BLOB"
|
||||
");"
|
||||
""
|
||||
// CREATE SQL tags
|
||||
// tags is not used (yet)
|
||||
"CREATE TABLE IF NOT EXISTS <schema>.tags"
|
||||
"("
|
||||
" name TEXT,"
|
||||
" value BLOB"
|
||||
");"
|
||||
""
|
||||
// CREATE SQL sampleblocks
|
||||
// 'samples' are fixed size blocks of int16, int32 or float32 numbers.
|
||||
// The blocks may be partially empty.
|
||||
|
Reference in New Issue
Block a user