Skip to content

Commit ecaf0ee

Browse files
No resources for DB Migrations
1 parent 035bd97 commit ecaf0ee

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ In web development, Model-View Controller and Model-View-View-Model approaches a
460460
### [[]](#toc) <a name='databases'>Questions about Databases:</a>
461461

462462
#### DB Migrations
463-
How would you migrate an application from a database to another, for example from MySQL to PostgreSQL? If you had to manage that project, which issues would you expect to face?<br/>
464-
[Resources](databases/db-migrations.md)
463+
How would you migrate an application from a database to another, for example from MySQL to PostgreSQL? If you had to manage that project, which issues would you expect to face?
465464

466465
#### NULL is special
467466
Why do databases treat null as a so special case? For example, why does ```SELECT * FROM table WHERE field = null``` not match records with null ``field`` in SQL?<br/>

databases/db-migrations.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)