schema/Makefile: Replace MySQL with SQLite in comment

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
nodivbyzero 2018-03-13 20:11:32 +00:00 committed by Lukas Fleischer
parent 82ef1d09b9
commit bcd795c339

View file

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