Skip to content

Commit

Permalink
Fix copy-paste typo (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensho committed Jul 2, 2024
1 parent e26c156 commit b8d5365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ The technique is built on top of database views, using the following steps:
2. Create a VIEW using the old table name by pointing to the new table name
3. Add a workaround for Active Record's schema cache
For the previous example, to rename `name` column to `first_name` of the `users` table, we can run:
For the previous example, to rename `clients` table to `users`, we can run:
```sql
BEGIN;
Expand Down

0 comments on commit b8d5365

Please sign in to comment.