Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Joakim Saario
aurweb
Commits
bcd795c3
Commit
bcd795c3
authored
Mar 13, 2018
by
nodivbyzero
Committed by
Lukas Fleischer
Mar 14, 2018
Browse files
schema/Makefile: Replace MySQL with SQLite in comment
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
82ef1d09
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema/Makefile
View file @
bcd795c3
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment