Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Use BIGINT for stream ordering
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Johnston <erikj@jki.re>
  • Loading branch information
Fizzadar and erikjohnston authored Sep 12, 2022
1 parent 3f98ef7 commit b6e8321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* limitations under the License.
*/

ALTER TABLE receipts_linearized ADD COLUMN event_stream_ordering integer;
ALTER TABLE receipts_linearized ADD COLUMN event_stream_ordering BIGINT;

INSERT INTO background_updates (update_name, progress_json) VALUES
('populate_event_stream_ordering', '{}');

0 comments on commit b6e8321

Please sign in to comment.