不要怂,就是干,撸起袖子干!

Commit 30c5ca5e by Wouter De Schuyter Committed by Erik Seliger

fix(types): add missing alter option (#10939)

1 parent 2f7b32bf
Showing with 5 additions and 0 deletions
......@@ -42,6 +42,11 @@ export interface SyncOptions extends Logging {
force?: boolean;
/**
* If alter is true, each DAO will do ALTER TABLE ... CHANGE ...
*/
alter?: boolean;
/**
* Match a regex against the database name before syncing, a safety check for cases where force: true is
* used in tests but not live code
*/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!