diff --git a/mysql/Makefile b/mysql/Makefile index a7ab93f18b4..e8dbe2f639b 100644 --- a/mysql/Makefile +++ b/mysql/Makefile @@ -82,5 +82,6 @@ createpriv: $(MYSQL) mysql -e "flush privileges ; " -mysql.sql: $(TABLES) - find tables/ -name "*sql" | xargs cat | grep -v ^-- > mysql.sql \ No newline at end of file +mysql.sql: $(TABLES) data/data.sql + find tables/ -name "*sql" | xargs cat | grep -v ^-- > mysql.sql + cat data/data.sql | grep -v ^-- >> mysql.sql \ No newline at end of file