Skip to content

Commit

Permalink
Fix deprecation warning for old migrations import
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 13, 2025
1 parent 717ce13 commit 80a3e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drift_dev/lib/api/migrations.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Deprecated('Import `package:drift/migrations_native.dart` instead')
@Deprecated('Import `package:drift_dev/api/migrations_native.dart` instead')
library;

export 'migrations_native.dart';

0 comments on commit 80a3e09

Please sign in to comment.