This repository was archived by the owner on Sep 2, 2022. It is now read-only.
Commit 0f11d1b
File tree
- cli
- packages
- prisma-cli-core
- src
- commands
- delete
- deploy
- generate
- init
- __snapshots__
- introspect
- seed
- utils
- __snapshots__
- prisma-cli-engine/src
- Client
- Plugin
- commands
- prisma-client-lib/src/codegen/generators
- __tests__/__snapshots__
- prisma-datamodel
- __tests__
- parser
- renderer
- src
- datamodel
- parser
- renderer
- prisma-db-introspection
- src
- __tests__
- mysql/blackbox/withExistingSchema
- __snapshots__
- normalization
- postgres/blackbox
- withExistingSchema
- __snapshots__
- withoutExistingSchema
- __snapshots__
- common
- normalization
- databases
- document
- mongo
- prisma
- relational
- mysql
- postgres
- prisma-generate-schema
- __tests__/blackbox
- cases
- airbnb
- defaultValue
- embedded
- emptyTypes
- enum
- financial
- flavian
- meshRelation
- oneSidedConnection
- prisma-3143
- relationNames
- relations
- scalars
- selfReferencing
- simple
- todo
- twoSidedConnection
- withAndWithoutId
- scripts/mysql8
- src
- prisma-yml/src
- scripts
- server
- connectors
- api-connector-jdbc/src/main/scala/com/prisma/api/connector/jdbc/impl
- api-connector-mongo/src/main/scala/com/prisma/api/connector/mongo/impl
- api-connector/src/main/scala/com/prisma/api/connector
- deploy-connector-jdbc/src/main/scala/com/prisma/deploy/connector/jdbc
- deploy-connector-mysql/src/main/scala/com/prisma/deploy/connector/mysql
- deploy-connector-postgres/src/main/scala/com/prisma/deploy/connector/postgres
- deploy-connector-sqlite/src/main/scala/com/prisma/deploy/connector/sqlite
- deploy-connector/src/main/scala/com/prisma/deploy/connector
- integration-tests/integration-tests-mysql/src/test/scala/com/prisma/integration
- libs
- jdbc-native-rs
- src
- jdbc-native/src/main/scala/com/prisma/native_jdbc
- sangria-server/src/main/scala/com/prisma/sangria_server
- servers
- api/src/main/scala/com/prisma/api/mutactions
- deploy/src/test/scala/com/prisma/deploy/migration
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 0 additions & 112 deletions
This file was deleted.
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 17 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
107 | 115 | | |
108 | 116 | | |
109 | 117 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
114 | 122 | | |
115 | 123 | | |
116 | 124 | | |
| |||
128 | 136 | | |
129 | 137 | | |
130 | 138 | | |
| 139 | + | |
131 | 140 | | |
132 | 141 | | |
133 | 142 | | |
| |||
222 | 231 | | |
223 | 232 | | |
224 | 233 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
229 | 238 | | |
230 | 239 | | |
231 | 240 | | |
| |||
Lines changed: 0 additions & 10 deletions
This file was deleted.
0 commit comments