Lewie

Results 20 issues of Lewie

Resolves #18 with the introduction of two new migration options. `--log-level ` Allows the user to control the level of logging with one of the following: `NONE`, `CRITICAL`, `ERROR`, `WARN`,...

Add the ability to specify a custom template flag via options array. Resolves #25 You can now specify an option `--template ` to use your own custom migration template.

This issue resolved #26 where file names are now written out to the console since multiple files could have the same SQL queries. One item of note is that I...

From what I understand, schema.sql helps bypass all the migration scripts and sets up a new database in the current state for new developers. Upon further investigation, there appears to...

My function was not exported. I recommend adding the `--routines` flag when duping the schema. [--routines](https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_routines) https://github.com/kawadhiya21/mysql-migrations/blob/65c52086c766d5c91508ba66c3b811682484c4b2/core_functions.js#L121C16-L121C25

I renamed a migration file with a `.txt` extension to get the migration script to skip over it, but it was still processed as a JavaScript migration. An easy work-around...

I started adding a few migration files. If a MySQL error is thrown, it would be nice to see the file name - or at least the timestamp of the...

I would like an option to provide a custom template for migrations & seeds so that the resulting output would look like the following: ```js const sql = require('../sql'); module.exports...

The readme.md page shows that mimalPreset is to be used ```js import { minimalPreset preset } from '@vite-pwa/assets-generator/config'; ``` However, this has a strike through it as deprecated and says...

### Quick summary When editing a post using the `Message` theme, anything displaying code blocks, such as JavaScript, PHP, etc. - text appears as a pale gray color on a...

[Type] Bug
[Pri] Normal
Triaged
[Platform] Simple