cleanup schema dir
[APKPM.git] / sql / voice.sql
diff --git a/sql/voice.sql b/sql/voice.sql
deleted file mode 100644 (file)
index cd4f637..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-create table voice (
-       timestamp timestamp default now(),
-       state text,
-       broj text not null,
-       serverid int not null
-);