Added build script of Debian
[qtrapids] / src / server / create_db.sql
1 drop table torrents;
2 create table torrents(path varchar, savepath varchar);