[1/1] schema/makefile - Replacing MySQL with SQLite in the comment

Message ID 20180313201132.3297-1-nodivbyzero@gmail.com
State Accepted, archived
Headers show
Series [1/1] schema/makefile - Replacing MySQL with SQLite in the comment | expand

Commit Message

Nodiv Byzero March 13, 2018, 8:11 p.m. UTC
---
 schema/Makefile | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/schema/Makefile b/schema/Makefile
index e0448ad..62d0856 100644
--- a/schema/Makefile
+++ b/schema/Makefile
@@ -3,6 +3,7 @@  aur-schema-sqlite.sql: aur-schema.sql
 		-e 's/ ENGINE = InnoDB//' \
 		-e 's/ [A-Z]* UNSIGNED NOT NULL AUTO_INCREMENT/ INTEGER NOT NULL/' \
 		-e 's/([0-9, ]*) UNSIGNED / UNSIGNED /' \
+		-e 's/ MySQL / SQLite /' \
 		$< >$@
 
 clean: