Wrote a Query
Built a feature
Migrated database
+1
Today I am creating 3 new tables to add some searchable tags to file and link attachments stored in our database. We need to have pre-defined tags for each of our customers, so it involves 4 migration files. One for each of the 3 tables, and one to insert the pre-determined tags into the tag table.

I'm using knex as the ORM to our Postgres database to handle these migrations.