cam-technologies / time-booker

Web based time booking application, build using the MEEN stack. This application will allow users to manually enter work times in blocks of hours and minutes for each day of the week.
2 stars 7 forks source link

PR: moving migrations and adding gulp migration command fixes #34 #49

Closed chrislaughlin closed 10 years ago

chrislaughlin commented 10 years ago

To clear up migrations, these for now will be used for seeding data into the development data base, we can also use it for applying changes to existing data in production e.g. if we need to add or remove attributes on a schema. Currently they only run on development _pending production config _* when we start to use them for production we can flag changes that are dev only by checking the env. Any questions? we can chat on here or on hipchat. Think of them as the same as what we had on RSQE with the 'gradle applyDBupdates'

madole commented 10 years ago

Build failing on JS Hint, I suspect if you just fix them up, it'll pass. Are you using webstorm? It hint's as you go. If you're using SublimeText2, switch to SublimeText3 and us JSGutter with JSHint and it'll hint your code as you type it. Runs on node, pretty cool!

chrislaughlin commented 10 years ago

I forgot to add my fixes lol will add them now

chrislaughlin commented 10 years ago

I made the link changes then rand commit without adding the changes to the commit to the lint passed but when committing the changes did not push up, #gitfaill

chrislaughlin commented 10 years ago

It passed!!!! is everyone clear on the reason for having migrations?

martinmicunda commented 10 years ago

Yeap

chrislaughlin commented 10 years ago

merge the request MARTIN!!!!!!!