Skip to content

Commit

Permalink
Fix SQLite cli template
Browse files Browse the repository at this point in the history
Commit b0f6dc5 removed the :name accessor
  • Loading branch information
occidens committed Jan 14, 2015
1 parent 725945f commit 8391944
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/cli/databases/sqlite
Expand Up @@ -2,9 +2,8 @@
# SQLite [Database]
#
database SQLite do |db|
# Database name and path
db.name = "my_database_name.sqlite3"
db.path = "/path/to/my/sqlite/db/"
# Path to database file
db.path = "/path/to/my/sqlite/db.sqlite"

# Optional: Use to set the location of this utility
# if it cannot be found by name in your $PATH
Expand Down

0 comments on commit 8391944

Please sign in to comment.