This commit is contained in:
v-kaywon 2017-07-24 17:06:48 -07:00 committed by Jenny Tam
parent 7f5637a1a7
commit a1e82d4283

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(conn_options args.DBNAME)
setupAE(conn_options, args.DBNAME)
os.chdir(current_working_dir)