You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't quite follow what's going on with tags and releases at the moment, so I don't want to jump in and edit the wiki page, if there're people on older versions, but here's a suggested update to this page, as it is currently misleading/out-of-date and I had to read the code to figure out what to do.
If this looks okay I can submit the edit:
If you have previously created a model, you can add a new migration to add new fields / columns to it.
Run the following command to create a new migration:
I can't quite follow what's going on with tags and releases at the moment, so I don't want to jump in and edit the wiki page, if there're people on older versions, but here's a suggested update to this page, as it is currently misleading/out-of-date and I had to read the code to figure out what to do.
If this looks okay I can submit the edit:
If you have previously created a model, you can add a new migration to add new fields / columns to it.
Run the following command to create a new migration:
For example, to add a
timestamp
column to an existingEvent
model:Apply the migration:
The text was updated successfully, but these errors were encountered: