summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodivbyzero <nodivbyzero@gmail.com>2018-03-13 20:11:32 +0000
committerLukas Fleischer <lfleischer@archlinux.org>2018-03-14 17:19:53 +0100
commitbcd795c3399baf824c9f4d1c4d2e849e62777764 (patch)
tree3f85c662b37e5e5bdf4afdfe40e1d86976d61ec6
parent82ef1d09b9b3a480bcf6859004407c88ac86d250 (diff)
downloadaur-bcd795c3399baf824c9f4d1c4d2e849e62777764.tar.gz
aur-bcd795c3399baf824c9f4d1c4d2e849e62777764.zip
schema/Makefile: Replace MySQL with SQLite in comment
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--schema/Makefile1
1 files changed, 1 insertions, 0 deletions
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: