diff options
author | nodivbyzero <nodivbyzero@gmail.com> | 2018-03-13 21:11:32 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2018-03-14 17:19:53 +0100 |
commit | bcd795c3399baf824c9f4d1c4d2e849e62777764 (patch) | |
tree | 3f85c662b37e5e5bdf4afdfe40e1d86976d61ec6 /schema | |
parent | 82ef1d09b9b3a480bcf6859004407c88ac86d250 (diff) | |
download | aur-bcd795c3399baf824c9f4d1c4d2e849e62777764.tar.gz aur-bcd795c3399baf824c9f4d1c4d2e849e62777764.tar.xz |
schema/Makefile: Replace MySQL with SQLite in comment
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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: |