Add the Drupal 7 SQL schema for the import tool
This commit is contained in:
parent
a3f76d368d
commit
fec657a272
2 changed files with 5 additions and 1 deletions
|
@ -10,9 +10,13 @@ TEXT_OOPSL="${CSI}1;31m"
|
||||||
TEXT_ECHO="${CSI}1;35m"
|
TEXT_ECHO="${CSI}1;35m"
|
||||||
TEXT_OK="${CSI}1;32m"
|
TEXT_OK="${CSI}1;32m"
|
||||||
|
|
||||||
|
OPENSQL() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
RUN() {
|
RUN() {
|
||||||
test -n "$1" || USAGE
|
test -n "$1" || USAGE
|
||||||
test -n "$2" || usage
|
test -n "$2" || USAGE
|
||||||
}
|
}
|
||||||
|
|
||||||
USAGE() {
|
USAGE() {
|
||||||
|
|
BIN
docs/drupal-7-schema.png
Normal file
BIN
docs/drupal-7-schema.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 828 KiB |
Loading…
Add table
Add a link
Reference in a new issue