Skip to content

Commit

Permalink
Schema team owns the schema engine (prisma#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn authored Apr 14, 2023
1 parent 5faeb19 commit b3bc1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

/libs/json-rpc-stdio @prisma/schema-team
/libs/sql-ddl @prisma/schema-team
/libs/sql-schema-describer @prisma/schema-team
/libs/test-macros @prisma/schema-team
/libs/test-setup @prisma/schema-team

/migration-engine @prisma/schema-team
/schema-engine @prisma/schema-team

/prisma-fmt @prisma/schema-team
/prisma-fmt-wasm @prisma/schema-team
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ async fn string_col_with_length(api: &mut TestApi) -> TestResult {
#[test_connector(tags(CockroachDb))]
async fn row_level_ttl_stopgap(api: &mut TestApi) -> TestResult {
// https://www.notion.so/prismaio/Row-level-TTL-CockroachDB-87c673e7a14a419aa91ebcd5d16d227b
//

let schema = indoc! {r#"
CREATE TABLE "ttl_test" (
Expand Down

0 comments on commit b3bc1d3

Please sign in to comment.