flaviusb / legalruleml-thinger

Tool to parse LegalRuleML documents and populate postgres dbs with the extracted data
GNU General Public License v3.0
0 stars 1 forks source link

Init database #4

Closed jdimyadi closed 6 years ago

jdimyadi commented 6 years ago

Do we need to drop all tables manually before using legalruleml-thinger-exe to init the database?

flaviusb commented 6 years ago

Only if you already have stuff in the database that you don't want - init doesn't clear away anything, so it won't accidentally destroy any data you have. If you want an absolutely clean database, you can drop and then recreate the database.

jdimyadi commented 6 years ago

Cool. Thx