From bcd795c3399baf824c9f4d1c4d2e849e62777764 Mon Sep 17 00:00:00 2001 From: nodivbyzero Date: Tue, 13 Mar 2018 20:11:32 +0000 Subject: schema/Makefile: Replace MySQL with SQLite in comment Signed-off-by: Lukas Fleischer --- schema/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/Makefile b/schema/Makefile index e0448add..62d08567 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: -- cgit v1.2.3-24-g4f1b