This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge branch 'develop' into dev_educoder
pull/141/head
jasder
5 years ago
parent
7af6d8d754
c4f701607c
commit
8be4bc823c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
db/migrate/20210617081433_create_forge_repeat_tables.rb
+ 1
- 1
db/migrate/20210617081433_create_forge_repeat_tables.rb
View File
@@ -1,6 +1,6 @@
class CreateForgeRepeatTables < ActiveRecord::Migration[5.2]
def change
create_table :forge_applied_message do |t|
create_table :forge_applied_message
s
do |t|
t.references :user
t.references :applied, polymorphic: true
t.integer :viewed, default: 0
Write
Preview
Loading…
Cancel
Save