script/generateでカレンダーのモデル作成
壊れてしまったredmineを復旧させられないので、暫定的に作業メモ的なエントリ。

./script/generate model CalendarEntry entry_id:string updated:datetime title:string content:string link:string starttime:datetime endtime:datetime where:string
オリジナルデータをばっさりと切り捨てているけど、必要になったら後でカラムを追加すればいいさ。
コメント