This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit e768331
authored
feat: Remove redundant
The `import` management command (from cms contentstore) is called right
before the `seed_permissions_roles` command (from lms discussions).
However, the import command already performs the seeding.
See #1129 for archaeological
notes.
Confirmation that the call doesn't add anything:
- Provisioned LMS with `DEVSTACK_SKIP_DEMO=true`
- Manually ran first two commands for importing demo course (git clone,
`import` management command)
- Took MySQL DB dumps
- Ran final demo course command, `seed_permissions_roles`
- Took new DB dumps
- Diff of SQL files showed only a change in the dump datesseed_permissions_roles call for demo course (#1142)1 parent b4d5523 commit e768331
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
0 commit comments