adubrock / PDX911Calls

Logs the Police calls in Portland so residents can search them.
0 stars 4 forks source link

Wrong Data Type #4

Closed ageoldpun closed 10 years ago

ageoldpun commented 10 years ago

The field call_last_update should be a datetime, not a string. Needs to have a migration written to convert that column.

adubrock commented 10 years ago

I wrote a new migration to change it, but for some reason when it updated the schema file it limited it to 255. Will look into that later tonight.

ageoldpun commented 10 years ago

Limited it to 255 entries or characters?

Did you get a chance to take a look at the changes I made? I am wondering what the next steps are.

One thing I was thinking was to maybe sort the calls listed and only list the last 20 or so and paginate the rest?

Think you will have any time to meet up this weekend?

On Fri, Jan 3, 2014 at 4:56 PM, adubrock notifications@github.com wrote:

I wrote a new migration to change it, but for some reason when it updated the schema file it limited it to 255. Will look into that later tonight.

— Reply to this email directly or view it on GitHubhttps://github.com/adubrock/PDX911Calls/issues/4#issuecomment-31566609 .