refactor(backend): rename projectSignals to projectEvents
This commit is contained in:
@@ -144,7 +144,7 @@ export const storeGitHubProject = internalMutation({
|
||||
})
|
||||
)
|
||||
);
|
||||
await ctx.db.insert("projectSignals", {
|
||||
await ctx.db.insert("projectEvents", {
|
||||
createdAt: timestamp,
|
||||
data: { provider: "github", repository: args.repository.url },
|
||||
kind: "project.connected",
|
||||
|
||||
Reference in New Issue
Block a user