This commit is contained in:
v-kaywon 2017-07-24 17:05:49 -07:00 committed by Jenny Tam
parent 6e52306529
commit 7f5637a1a7

View file

@ -89,7 +89,7 @@ if __name__ == '__main__':
# populate these tables
populateTables(conn_options, args.DBNAME)
# setup AE (certificate, column master key and column encryption key)
setupAE(server, args.DBNAME, uid, pwd)
setupAE(conn_options args.DBNAME)
os.chdir(current_working_dir)