mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
schema/Makefile: Replace MySQL with SQLite in comment
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
82ef1d09b9
commit
bcd795c339
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue