Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create database custom script to handle file path #17

Merged
merged 2 commits into from
Sep 22, 2011

Commits on Sep 17, 2011

  1. Load script if value passed to CreateDatabaseCustomScript is an exist…

    …ing file.
    
    Remove property custom_create_database_script from Database, and have the script passed to the database.create_database_if_it_doesnt_exist, using FileSystemAccess in DefaultDatabaseMigrator to check if file exists, loading the script from it and passing to create_database_if_it_doesnt_exist
    seif committed Sep 17, 2011
    Configuration menu
    Copy the full SHA
    fdc5093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65308cb View commit details
    Browse the repository at this point in the history