remove id pk from follows, use composite index
This commit is contained in:
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user