From f71540faabd37d8dd7ca17c08db299f6670aa473 Mon Sep 17 00:00:00 2001 From: "Barbara B. Frosik" <bfrosik@aps.anl.gov> Date: Mon, 13 Oct 2014 20:56:32 +0000 Subject: [PATCH] modified script --- sbin/create_dm_db.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/create_dm_db.sh b/sbin/create_dm_db.sh index 32e95cfa..9f6d4798 100755 --- a/sbin/create_dm_db.sh +++ b/sbin/create_dm_db.sh @@ -178,6 +178,7 @@ cd $CURRENT_DIR && cd $DM_DB_SCRIPTS_DIR DM_DB_TABLES="\ experiment_type \ user_info \ + role_type \ " for dbTable in $DM_DB_TABLES; do dbFile=populate_$dbTable.sql -- GitLab