Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
SoftwarePublico
noosfero
Commits
b26b871e
Commit
b26b871e
authored
Aug 13, 2015
by
Leandro Nunes
Browse files
change schema start_date and end_date for articles
parent
fdf74522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
db/schema.rb
db/schema.rb
+5
-5
No files found.
db/schema.rb
View file @
b26b871e
...
...
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
:version
=>
201507
12130827
)
do
ActiveRecord
::
Schema
.
define
(
:version
=>
201507
22042714
)
do
create_table
"abuse_reports"
,
:force
=>
true
do
|
t
|
t
.
integer
"reporter_id"
...
...
@@ -75,8 +75,8 @@ ActiveRecord::Schema.define(:version => 20150712130827) do
t
.
integer
"comments_count"
t
.
boolean
"advertise"
,
:default
=>
true
t
.
boolean
"published"
,
:default
=>
true
t
.
date
"start_date"
t
.
date
"end_date"
t
.
date
time
"start_date"
t
.
date
time
"end_date"
t
.
integer
"children_count"
,
:default
=>
0
t
.
boolean
"accept_comments"
,
:default
=>
true
t
.
integer
"reference_article_id"
...
...
@@ -127,8 +127,8 @@ ActiveRecord::Schema.define(:version => 20150712130827) do
t
.
integer
"comments_count"
,
:default
=>
0
t
.
boolean
"advertise"
,
:default
=>
true
t
.
boolean
"published"
,
:default
=>
true
t
.
date
"start_date"
t
.
date
"end_date"
t
.
date
time
"start_date"
t
.
date
time
"end_date"
t
.
integer
"children_count"
,
:default
=>
0
t
.
boolean
"accept_comments"
,
:default
=>
true
t
.
integer
"reference_article_id"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment