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

nodivbyzero nodivbyzero at gmail.com
Tue Mar 13 20:11:32 UTC 2018


---
 schema/Makefile | 1 +
 1 file changed, 1 insertion(+)

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:
-- 
2.16.1


More information about the aur-dev mailing list