mirror of https://github.com/AMT-Cheif/drift.git
Migrate away from `JsonKey.ignore`
This commit is contained in:
parent
7175b83d2b
commit
cd41eed105
|
@ -66,7 +66,7 @@ class DriftColumn implements HasType {
|
||||||
final DriftDeclaration declaration;
|
final DriftDeclaration declaration;
|
||||||
|
|
||||||
/// The table or view owning this column.
|
/// The table or view owning this column.
|
||||||
@JsonKey(ignore: true)
|
@JsonKey(includeFromJson: false, includeToJson: false)
|
||||||
late DriftElementWithResultSet owner;
|
late DriftElementWithResultSet owner;
|
||||||
|
|
||||||
DriftColumn({
|
DriftColumn({
|
||||||
|
|
|
@ -14,7 +14,7 @@ dependencies:
|
||||||
recase: '>=2.0.1 <5.0.0'
|
recase: '>=2.0.1 <5.0.0'
|
||||||
meta: ^1.1.0
|
meta: ^1.1.0
|
||||||
path: ^1.6.0
|
path: ^1.6.0
|
||||||
json_annotation: ^4.7.0
|
json_annotation: ^4.8.0
|
||||||
stream_transform: '>=0.1.0 <3.0.0'
|
stream_transform: '>=0.1.0 <3.0.0'
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
|
|
Loading…
Reference in New Issue