1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 10:48:33 +01:00
Clementine-audio-player-Mac.../data/schema/schema-6.sql
2010-10-17 11:22:34 +00:00

9 lines
149 B
SQL

CREATE TABLE subdirectories (
directory INTEGER NOT NULL,
path TEXT NOT NULL,
mtime INTEGER NOT NULL
);
UPDATE schema_version SET version=6;