Hi,
Releasing Nabaztag sources is just awesone ! Thanks for that.
However... it seems that there is no database schema provided. There is the
.DOC file that explains the database structure, but there is no SQL dump of the
schema itself.
That makes the whole server source nearly useless since it can't be run without
a database.
While re-building the schema by hand with the .DOC and by reverse-engineering
the code should be possible, it would take weeks or months, and that could be
avoided if you were able to provide a dump of the schema (the structure, not
the content of course).
This is a few minutes jobs for a developer at Minscape that could save the
community weeks of efforts.
Assuming MySQL is used, the schema can be easily dumped with the 'mysqldump'
utility, using the '--no-data' flag to export the structure only. You don't
even need to clean-up the data by hand.
Please consider my request so that the source code could be 100% complete and
useable !
Thanks,
Nicolas
Original issue reported on code.google.com by nicolas@guillaumin.me on 27 Jul 2011 at 11:09
Original issue reported on code.google.com by
nicolas@guillaumin.me
on 27 Jul 2011 at 11:09