1
0
Fork 0
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:
Nelson Figueroa 2024-11-03 20:05:01 -08:00 committed by GitHub
parent b391686b3f
commit cd86841523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: