Matthias Tarasiewicz
|
40a71e80d9
|
fixes #439 by patch from alex eagle
|
2007-04-08 19:37:47 +00:00 |
|
Alexey Verkhovsky
|
02658b6d51
|
Fixed migration for compatibility with Postgres
|
2006-05-04 06:18:33 +00:00 |
|
Alexey Verkhovsky
|
9cf5315d8b
|
Switch from schema.rb to migrations
|
2005-12-30 07:24:51 +00:00 |
|
Alexey Verkhovsky
|
8bdee631f6
|
[BREAKS BUILD] Some work on File uploads, half-done, committing as a backup
|
2005-11-13 13:37:47 +00:00 |
|
Alexey Verkhovsky
|
2f43e4a603
|
Added indexes; documented migration from Beta 1
|
2005-11-13 06:47:43 +00:00 |
|
Alexey Verkhovsky
|
7f8d3adfb5
|
Copied over 0.14.2 ./public contents
|
2005-11-02 07:34:11 +00:00 |
|
Alexey Verkhovsky
|
c6ea47d6de
|
Dropping .erbsql files (we now have schema.rb instead)
|
2005-11-02 05:36:11 +00:00 |
|
Alexey Verkhovsky
|
0b05368359
|
[BREAKS BUILD] Database schema, Rakefile and contents of config directory are brought inline with 0.14.2 defaults
|
2005-11-02 05:34:07 +00:00 |
|
Alexey Verkhovsky
|
61776995b6
|
Fixes for MySQL compatibility
|
2005-09-28 02:03:28 +00:00 |
|
Alexey Verkhovsky
|
c4f593151e
|
[FIXES BUILD] Fixed categories behavior and added id generation in import_storage. Something is still wrong with orphaned pages though
|
2005-09-11 16:49:08 +00:00 |
|
Alexey Verkhovsky
|
32d238098e
|
Taking care of svn adds and svn deletes for the last 24 hours or so. Boo on me!
|
2005-09-11 14:03:08 +00:00 |
|
Alexey Verkhovsky
|
052754b068
|
Dropped number from revision table. Also dropped timestamp. We will rely on autoincremented ID for sorting, and will for now store the time of last edit of the revision in revised_at. Later we will refactor content into a separate table (so as not to load the whole 300 kb of text and cached HTML every time we need page.revisions in code). Rake tests all pass, but watir tests indicate that some revision traversing links are still broken
|
2005-08-14 22:26:54 +00:00 |
|
Alexey Verkhovsky
|
476d7810f6
|
Added Revision.timestamp attribute, which is a timestamp to the precision of msec. Intention is to get rid of the revision.number and use this one for sotrting etc. The problem with created_at / updated_at in this role is that trhey have precision of seconds, which is not good enough for some of the purposes.
|
2005-08-14 18:58:36 +00:00 |
|
Ben Bleything
|
b94559bc4c
|
remove development_structure.sql and ignore it in the future. We're
going to be hurting if we're developing on multiple db engines and keep
this file around.
|
2005-08-09 04:40:55 +00:00 |
|
Rick Okin
|
26c046cdfa
|
move to AR
|
2005-08-09 02:20:28 +00:00 |
|
Alexey Verkhovsky
|
1b8baa3d03
|
Some infrastructure for AR and accompanying unit tests
|
2005-08-02 08:56:09 +00:00 |
|
Alexey Verkhovsky
|
21adee88d4
|
Initial database definitions
|
2005-08-02 07:58:22 +00:00 |
|