Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refactor
  • Loading branch information
fillest committed Sep 27, 2013
1 parent d986696 commit 293534d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions changelog.md
@@ -1,13 +1,11 @@
# Sapyens changelog

## Version ? (2013-09-26)
* .migrate: ability (with optional flag) to choose database engine

## Version ?
* Google auth
* bundle Bootstrap 2.3.2 and jQuery 1.10.1
* minor fixes
* .crud: ability to change base template asset for templates
* .migrate: ability (with optional flag) to choose database engine

## Version 0.2.0 (2013-05-18)
* start to maintaing this changelog
Expand Down
4 changes: 2 additions & 2 deletions src/sapyens/migrate.py
Expand Up @@ -24,8 +24,8 @@
);
""",
'mysql':
# MySQL converts TIMESTAMP values from the current time zone to UTC for storage, and back from UTC to the current time zone for retrieval
# http://dev.mysql.com/doc/refman/5.5/en/datetime.html
# MySQL converts TIMESTAMP values from the current time zone to UTC for storage, and back from UTC to the current time zone for retrieval
# http://dev.mysql.com/doc/refman/5.5/en/datetime.html
"""
CREATE TABLE {table_name}
(
Expand Down

0 comments on commit 293534d

Please sign in to comment.