Add the Drupal 7 SQL schema for the import tool

This commit is contained in:
h3artbl33d 2025-03-08 17:04:58 +01:00
parent a3f76d368d
commit fec657a272
2 changed files with 5 additions and 1 deletions

View file

@ -10,9 +10,13 @@ TEXT_OOPSL="${CSI}1;31m"
TEXT_ECHO="${CSI}1;35m"
TEXT_OK="${CSI}1;32m"
OPENSQL() {
}
RUN() {
test -n "$1" || USAGE
test -n "$2" || usage
test -n "$2" || USAGE
}
USAGE() {