aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Migrations
Commit message (Collapse)AuthorAgeFilesLines
* Split front and back end.crupest2020-10-2729-5461/+0
|
* Database add title to timeline.crupest2020-08-273-1/+368
|
* Migrate DateTimeOffset to DateTime.crupest2020-08-113-3/+357
|
* Make author column of post nullable.crupest2020-08-113-4/+417
|
* Add time columns to user in database.crupest2020-08-113-0/+424
|
* Database add unqiue id for user.crupest2020-08-083-0/+383
|
* Add last modified info to timeline.crupest2020-06-183-1/+380
|
* fix(database): Fix a critical bug in database migration.crupest2020-06-171-3/+4
|
* fix(back): Finally get the right way to migrate database.crupest2020-06-141-49/+17
|
* Many many bugs fix.crupest2020-06-141-1/+46
| | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration.
* refactor(back): No longer use standard guid but just use 32-length hex for ↵crupest2020-06-143-11/+12
| | | | unique id of timeline.
* refactor(back): Use a better way to handle unique id in timeline.crupest2020-06-143-14/+10
|
* feat(back): Add database migration to add unique id for timeline.crupest2020-06-133-1/+353
|
* Add database migration.crupest2020-03-123-0/+346
|
* Revert namespace name change.crupest2020-03-1013-20/+20
|
* ...crupest2020-03-1013-20/+20
|
* Migrate database.crupest2020-03-065-6/+715
|
* Now posts use local id in same timeline. Also fixed some unconforming place ↵crupest2020-02-296-22/+328
| | | | in migrations.
* One fogeted place is cleared. Also a note: Sqlite does not respect the ↵crupest2020-02-291-1/+0
| | | | length constraint on type.
* Remove the length constraint in entity as entity framework core does not use ↵crupest2020-02-292-9/+6
| | | | them as well.
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-217-6/+328
|
* Migrate to use sqlite.crupest2020-02-2114-1663/+4
|
* ...crupest2020-02-014-66/+332
|
* Fix a bug in url generation and add development database migration.crupest2020-01-313-59/+412
|
* Use sqlite development database.crupest2020-01-0510-11/+1141
|
* Update packages and migrate database.crupest2019-11-203-7/+639
|
* Design the entity model primarily.杨宇千2019-11-031-0/+1
|
* Recreate database and migrations.杨宇千2019-10-3125-1220/+276
|
* ...杨宇千2019-10-212-183/+0
|
* Update database.杨宇千2019-08-223-0/+226
|
* Update Database.杨宇千2019-08-205-1/+246
|
* Add index for username.杨宇千2019-08-193-0/+112
|
* Add migration.杨宇千2019-08-193-10/+213
|
* Migrate database.杨宇千2019-08-193-0/+176
|
* Enhance database.杨宇千2019-08-175-5/+192
|
* Merge branch 'master' into null-request-field杨宇千2019-08-089-354/+354
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-079-354/+354
| |
* | 3 things.杨宇千2019-08-055-5/+5
|/ | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* Add token expire time.杨宇千2019-08-011-1/+1
|
* Add version column in user database.杨宇千2019-07-203-1/+76
|
* Add database connection.crupest2019-04-127-0/+279