mirror of
https://github.com/house-of-vanity/tracker_watcher.git
synced 2025-07-07 09:54:08 +00:00
Sqldump actions were simplefied
This commit is contained in:
3
sqldump.sh
Executable file
3
sqldump.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
mysqldump --login-path=localhost rutracker_bot --no-data | \
|
||||
sed -e 's/AUTO_INCREMENT=.* /AUTO_INCREMENT=1 /g' -e 's/latin1/utf8/g' > schema.sql
|
Reference in New Issue
Block a user