molgenis / molgenis-legacy

The MOLGENIS Software generator tool for creating Dynamic Software Infrastructure used in the Life Sciences
http://www.molgenis.org
20 stars 19 forks source link

Cleanup/harmonize database helper functions #151

Closed joerivandervelde closed 11 years ago

joerivandervelde commented 11 years ago

There are currently many ways to clean/update the database: emptyDatabase(), FillMeta.fill(), molgenis.update() etc. Some contain outdated code, like using an SQL metadata file which has been replaced with a better Java version. They need to be united in a single way to update the database and/or fill it with metadata. (users, groups, permission, system tables, etc)

mswertz commented 11 years ago

Hi,

It would help if the issue was described in terms of a clear, implementable solution. This may be best described not in Git but in trac.

M

On Tue, Nov 27, 2012 at 3:38 PM, K. Joeri van der Velde < notifications@github.com> wrote:

There are currently many ways to clean/update the database: emptyDatabase(), FillMeta.fill(), molgenis.update() etc. Some contain outdated code, like using an SQL metadata file which has been replaced with a better Java version. They need to be united in a single way to update the database and/or fill it with metadata. (users, groups, permission, system tables, etc)

— Reply to this email directly or view it on GitHubhttps://github.com/molgenis/molgenis/issues/151.

joerivandervelde commented 11 years ago

Moved to http://www.molgenis.org/ticket/1470