- Corrected CMakeLists.txt files to allow proper out-of-source build (separate build...
[qtrapids] / src / server / create_db.sql
1 drop table torrents;
2 create table torrents(path varchar, savepath varchar);