Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    1c5338ac
    Add concept of initial data · 1c5338ac
    Jared Hancock authored
    We should move initial data out of the install SQL file, which will make way
    for a few things:
    
      * Internationalization -- which breaks the migrater model currently.
            Moving the data outside the install script makes it translatable
            without changing the SQL hash
      * Review -- Migrations which add more data don't highlight new features
            that need review to the adminsitrator
    1c5338ac
    History
    Add concept of initial data
    Jared Hancock authored
    We should move initial data out of the install SQL file, which will make way
    for a few things:
    
      * Internationalization -- which breaks the migrater model currently.
            Moving the data outside the install script makes it translatable
            without changing the SQL hash
      * Review -- Migrations which add more data don't highlight new features
            that need review to the adminsitrator