mirror of
https://github.com/django/django.git
synced 2025-04-30 04:04:37 +00:00
Re-added Windows line ending stripped in previous commit
Thanks Aymeric Augustin for noticing the issue.
This commit is contained in:
parent
423244bc6b
commit
9ecd978e26
@ -6,5 +6,5 @@ INSERT INTO initial_sql_regress_simple (name) VALUES ('Ringo');
|
|||||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('George');
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('George');
|
||||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('Miles O''Brien');
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Miles O''Brien');
|
||||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('Semicolon;Man');
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Semicolon;Man');
|
||||||
INSERT INTO initial_sql_regress_simple (name) VALUES ('This line has a Windows line ending');
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('This line has a Windows line ending');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user