remove id pk from follows, use composite index

This commit is contained in:
Dylan Knutson
2023-05-23 10:36:21 -07:00
parent 31d461d9eb
commit bdfd057cc8
13 changed files with 43 additions and 11 deletions

13
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "RSpec - active spec file only",
"type": "Ruby",
"request": "launch",
"program": "${workspaceRoot}/bin/rspec",
"args": ["-I", "${workspaceRoot}", "${file}"],
"showDebuggerOutput": true
}
]
}