Hi!

>What next? How do I make the SQL - file that I import to database? Or should I 
>make it by myself? 

You can create SQL file with 'CREATE TEABLE ....' query and import it. Another 
way is to edit unified configuration file ( e.g. 
`/etc/midgard/conf.d/$my_config` or ` /usr/local/etc/midgard/conf.d/$my_config` 
) set TableCreate to true and run midgard-schema.


    midgard-schema $my_config

midgard-schema will create tables but has an issue and might create duplicated 
indexes.

Piotras
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to