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

Commit a6bde800 by Sascha Depold

first steps for 0.4.1

1 parent aa3e3ede
Showing with 6 additions and 1 deletions
...@@ -44,3 +44,7 @@ ...@@ -44,3 +44,7 @@
- added error handling when defining invalid database port/host - added error handling when defining invalid database port/host
- schema definitions can now contain default values and null allowance - schema definitions can now contain default values and null allowance
- database credentials can now also contain an empty / no password - database credentials can now also contain an empty / no password
# v0.4.1 #
- THIS UPDATE CHANGES TABLE STRUCTURES MASSIVELY! MAKE SURE TO DROP YOUR CURRENT TABLES AND LET THEM CREATE AGAIN!
-
\ No newline at end of file
{ {
"name": "sequelize", "name": "sequelize",
"description": "MySQL ORM for Node.JS", "description": "MySQL ORM for Node.JS",
"version": "0.4.0", "version": "0.4.1",
"author": "Sascha Depold <sascha-github@depold.com>", "author": "Sascha Depold <sascha-github@depold.com>",
"contributors": [ "contributors": [
{ "name": "Sascha Depold", "email": "sascha-github@depold.com" } { "name": "Sascha Depold", "email": "sascha-github@depold.com" }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!