Skip to content

Instantly share code, notes, and snippets.

@anton0xf
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save anton0xf/f6bde3afef194adfd37f to your computer and use it in GitHub Desktop.

Select an option

Save anton0xf/f6bde3afef194adfd37f to your computer and use it in GitHub Desktop.
PANEL_RIGTHS_FILE="panel_rights.sql"
if [ -n "$UBER_STANDALONE" ]; then
PANEL_RIGTHS_FILE=panel_rights.uber.sql
fi
cp -v google.sql models.sql updates.sql \
"$PANEL_RIGTHS_FILE" plugins_records.sql \
quartz_tables_mysql_innodb.sql \
config.sh init-db.sh VERSION \
"$DIST/db"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment