Ticket #183 (new defect)

Opened 2 years ago

Database migration error - obsolete code

Reported by: davidh Assigned to: matthewl
Priority: major Milestone:
Component: Misc Version:
Keywords: Database Cc:

Description

The db/migrate contains obsolete code.

Lines of the form add_index :directories, :path, :unique

need to be replaced with add_index :directories, :path, :unique=>true

in several of the files in the db/migrate subdirectory.