Skip to content

Comments

fix: remove status from sort_by options#304

Merged
drteeth merged 1 commit intocommanded:masterfrom
yordis:fix-303
Mar 4, 2025
Merged

fix: remove status from sort_by options#304
drteeth merged 1 commit intocommanded:masterfrom
yordis:fix-303

Conversation

@yordis
Copy link
Contributor

@yordis yordis commented Mar 4, 2025

closes #303

DDL:

CREATE TABLE streams (
    stream_id BIGSERIAL PRIMARY KEY,
    stream_uuid text NOT NULL,
    stream_version bigint NOT NULL DEFAULT 0,
    created_at timestamp with time zone NOT NULL DEFAULT now(),
    deleted_at timestamp with time zone
);

@yordis yordis marked this pull request as ready for review March 4, 2025 15:54
@drteeth drteeth merged commit 060202d into commanded:master Mar 4, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sort_by option matches status, but streams table doesn't have this column

2 participants