Skip to content

Commit 88dae0b

Browse files
committed
docs: remove subscribers section info callout
1 parent 9d6328c commit 88dae0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/techniques/sql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,6 @@ import { UserSubscriber } from './user.subscriber';
483483
export class UsersModule {}
484484
```
485485

486-
> info **Hint** Learn more about entity subscribers [here](https://typeorm.io/docs/advanced-topics/listeners-and-subscribers#what-is-a-subscriber).
487-
488486
#### Migrations
489487

490488
[Migrations](https://typeorm.io/#/migrations) provide a way to incrementally update the database schema to keep it in sync with the application's data model while preserving existing data in the database. To generate, run, and revert migrations, TypeORM provides a dedicated [CLI](https://typeorm.io/#/migrations/creating-a-new-migration).

0 commit comments

Comments
 (0)