Skip to content

Commit

Permalink
fix clustering key
Browse files Browse the repository at this point in the history
  • Loading branch information
suarezgpablo committed Dec 13, 2024
1 parent a4c4b5e commit d6a713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modevo-script/dat/inp/creationSchema.cql
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ CREATE TABLE "testWireV8NewTableMigrationFromPreviousVersion".scim_user_times (
last_updated_at text,
uid text,
PRIMARY KEY (uid)
) WITH CLUSTERING ORDER BY ( last_updated_at ASC );
);

-- Export of keyspace testWireV91NewTableMigrationFromOneTable
CREATE KEYSPACE "testWireV91NewTableMigrationFromOneTable"
Expand Down

0 comments on commit d6a713b

Please sign in to comment.