Updated db files to reflect new column in projects table.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@92 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-05-29 12:57:44 +00:00
parent 8a08515227
commit e202abac89
7 changed files with 11 additions and 8 deletions

View file

@ -17,7 +17,7 @@ class ProjectController < ApplicationController
#
def list
@page_title = "TRACKS::List Projects"
@projects = Project.find(:all, :conditions => nil, :order => "position ASC")
@projects = Project.find(:all, :conditions => nil, :order => "done ASC, position ASC")
end
# Filter the projects to show just the one passed in the URL