|
0a1fa92cdd
|
Add to database: LocalPath version of BannerImage and ProfileImage on Users
|
2021-08-10 20:51:42 -07:00 |
|
|
d1ba8b48f3
|
Add RemoteURL and LocalFilename to Images, remove Filename
|
2021-08-05 14:22:16 -07:00 |
|
|
9c9100d874
|
Add RemoteURL and LocalFilename fields to Video, remove Filename
|
2021-08-05 14:10:46 -07:00 |
|
|
58dc223f84
|
Use VideoID given by the Twitter API instead of a rowid
|
2021-08-04 23:41:58 -07:00 |
|
|
5503743e35
|
Add Image id column to the database schema
|
2021-08-04 01:27:14 -07:00 |
|
|
083f5f72e0
|
Add media queries
|
2021-08-01 15:52:04 -07:00 |
|
|
81392996bb
|
Add video and image types
- in addition to `Filename` (string), includes IsDownloaded (bool)
|
2021-07-26 17:26:39 -07:00 |
|
|
0c87428c44
|
Make videos their own table; store as a slice on Tweet rather than text field
|
2021-07-25 15:42:43 -07:00 |
|
|
2086a5e983
|
FIXUP: rename Video field in Tweet
|
2021-07-24 21:52:39 -07:00 |
|
|
96e2edfb8a
|
ID fields are now Hungarian-notated
- tweet.User is now a pointer to a User object; tweet.UserID holds the user id
|
2021-07-24 10:19:05 -07:00 |
|
|
545346e635
|
Add persistence module
|
2021-06-27 13:31:30 -07:00 |
|