Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 9ff5e667
authored
Feb 15, 2012
by
sdepold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't save timestamps in sequelize meta
1 parent
1b8d16a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
changelog.md
lib/migrator.js
changelog.md
View file @
9ff5e66
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
-
[
REFACTORING
]
renamed Model/ModelFactory/ModelFactoryManager to DAO/DAOFactory/DAOFactoryManager
-
[
REFACTORING
]
renamed Model/ModelFactory/ModelFactoryManager to DAO/DAOFactory/DAOFactoryManager
-
[
IMPROVEMENT
]
`npm test`
will run the test suite (thanks to gabrielfalcao)
-
[
IMPROVEMENT
]
`npm test`
will run the test suite (thanks to gabrielfalcao)
-
[
IMPROVEMENT
]
documentation about setting up local development environment (thanks to gabrielfalcao)
-
[
IMPROVEMENT
]
documentation about setting up local development environment (thanks to gabrielfalcao)
-
[
REFACTORING
]
removed updatedAt + createdAt from SequelizeMeta
# v1.3.3 #
# v1.3.3 #
-
[
BUG
]
fixed sql-event emitter in all possible locations (thanks to megshark)
-
[
BUG
]
fixed sql-event emitter in all possible locations (thanks to megshark)
...
...
lib/migrator.js
View file @
9ff5e66
...
@@ -132,6 +132,8 @@ module.exports = (function() {
...
@@ -132,6 +132,8 @@ module.exports = (function() {
SequelizeMeta
=
self
.
sequelize
.
define
(
'SequelizeMeta'
,
{
SequelizeMeta
=
self
.
sequelize
.
define
(
'SequelizeMeta'
,
{
from
:
DataTypes
.
STRING
,
from
:
DataTypes
.
STRING
,
to
:
DataTypes
.
STRING
to
:
DataTypes
.
STRING
},
{
timestamps
:
false
})
})
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment