Initial commit

This commit is contained in:
2022-11-15 09:23:20 +01:00
commit 22127b8702
13 changed files with 369 additions and 0 deletions

3
convert_mysql.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
sed 's/SERIAL PRIMARY KEY/INT PRIMARY KEY AUTO_INCREMENT/g' tables.sql