CreateSchema is emptying the database
App Development2 posts489 views3 likesLast activity Jul 2020
BA
bartcantOP
Jul 2020At what point do I execute CreateSchema= true ?
when I startup my daml server ?
I see that at least 1 table is created in the database. I think 2 others but have not figured out which ones
also after I execute CreateSchema= true for a second time the content of this table seemed to have been wiped out
AN
anthony
Jul 2020You would CreateSchema=true only the first time you initiate your database. Every time you run the command after that you’d want to use CreateSchema=false so it doesn’t wipe out the data.