Socket
Socket
Sign inDemoInstall

@devotis/db-migrate-mssql

Package Overview
Dependencies
61
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

1.1.5

Diff

Changelog

Source

[1.1.5] - 2021-03-15

Fixed

  • Add foreign key query #6
devotis
published 1.1.4 •

Changelog

Source

[1.1.4] - 2021-03-15

Fixed

  • Now closing the connection and displaying an error log (advance to rolling back transactions on error) #5
devotis
published 1.1.3 •

Changelog

Source

[1.1.3] - 2020-03-18

Fixed

  • mssql syntax for adding a column #3
devotis
published 1.1.2 •

Changelog

Source

[1.1.2] - 2019-10-24

Changed

  • Explain in readme how to install this as an alias for db-migrate-mssq.
devotis
published 1.1.1 •

Changelog

Source

[1.1.1] - 2019-10-24

Changed

  • Documented installation
devotis
published 1.1.0 •

Changelog

Source

[1.1.0] - 2019-10-24

Added

  • Each migration is run within a transaction. Failed sql means migration did not happen. (PR #2) (jpinkster)
devotis
published 1.0.1 •

Changelog

Source

[1.0.1] - 2019-04-14

Fixed

  • Invalid object name '[your-schema].migrations'. Was caused by checking the recordset property that is already removed by the all and runSql functions.
devotis
published 1.0.0 •

Changelog

Source

[1.0.0] - 2019-04-13

I've built db-migrate-mssql today. I started from a fork of https://github.com/db-migrate/pg . Took me about half a day to build it, and it's working. Without transactions for now. I'm sure there's room for improvement though. If you want to try, run: yarn add @devotis/db-migrate-mssql

I've not adapted the tests from pg to mssql yet, so no guarantees, but I'm able to migrate up and down. I tried only runSql thus far.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc