4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sed 's/SERIAL PRIMARY KEY/INT PRIMARY KEY AUTO_INCREMENT/g' tables.sql
|