mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
rails-db: update documentation link (#14589)
This commit is contained in:
parent
b391686b3f
commit
cd86841523
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# rails db
|
||||
|
||||
> Beragam subperintah yang berkaitan dengan database untuk Rauby on Rails.
|
||||
> Informasi lebih lanjut: <https://guides.rubyonrails.org/command_line.html>.
|
||||
> Informasi lebih lanjut: <https://guides.rubyonrails.org/active_record_migrations.html>.
|
||||
|
||||
- Buat pangkalan data (database) baru, memuat skema dan menginisiasinya dengan data awal:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rails db
|
||||
|
||||
> Various database-related subcommands for Ruby on Rails.
|
||||
> More information: <https://guides.rubyonrails.org/command_line.html>.
|
||||
> More information: <https://guides.rubyonrails.org/active_record_migrations.html>.
|
||||
|
||||
- Create databases, load the schema, and initialize with seed data:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue