1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Remove unused tags table from the database schema

This commit is contained in:
Paul Licameli
2021-02-13 15:22:40 -05:00
parent d21b13a8e1
commit 56852ae4c1

View File

@@ -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.