3
0

upd(sam): drop old events tables, unused

This commit is contained in:
Tit Petric 2018-11-24 18:57:37 +00:00
parent ffa2d1b8ed
commit 7aff95096e
3 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
DROP TABLE event_queue;
DROP TABLE event_queue_synced;

2
sam/db/schema/mysql/new.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
touch $(date +%Y%m%d%H%M%S).up.sql