Skip to content

Commit 7647b40

Browse files
committed
Not actually a buffer - it's just the real timeframe
1 parent 105bac1 commit 7647b40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

db/migrate/20251218154550_create_stream_resources.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ def change
33
create_table :stream_resources do |t|
44
t.references :stream_recording, index: true, foreign_key: true
55

6-
# recorded timeframe, plus a buffer
6+
# timeframe we were trying to capture, vs actually recorded
77
t.timestamp :start_at, index: true
88
t.timestamp :end_at, index: true
9-
t.timestamp :buffer_start_at
10-
t.timestamp :buffer_end_at
9+
t.timestamp :actual_start_at
10+
t.timestamp :actual_end_at
1111

1212
# file locations
1313
t.string :guid

db/schema.rb

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)