Skip to content

Commit

Permalink
add line end of code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangJian He committed Feb 27, 2023
1 parent b7c00b2 commit 855e1c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apollo-biz/src/test/resources/import.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
CREATE ALIAS IF NOT EXISTS UNIX_TIMESTAMP FOR "com.ctrip.framework.apollo.common.jpa.H2Function.unixTimestamp";
CREATE ALIAS IF NOT EXISTS UNIX_TIMESTAMP FOR "com.ctrip.framework.apollo.common.jpa.H2Function.unixTimestamp";
2 changes: 1 addition & 1 deletion apollo-configservice/src/test/resources/import.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
CREATE ALIAS IF NOT EXISTS UNIX_TIMESTAMP FOR "com.ctrip.framework.apollo.common.jpa.H2Function.unixTimestamp";
CREATE ALIAS IF NOT EXISTS UNIX_TIMESTAMP FOR "com.ctrip.framework.apollo.common.jpa.H2Function.unixTimestamp";
2 changes: 1 addition & 1 deletion apollo-portal/src/test/resources/import.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ALTER TABLE AppNamespace ALTER COLUMN DataChange_CreatedTime TIMESTAMP NULL;
ALTER TABLE AppNamespace ALTER COLUMN Format VARCHAR(255) NULL;
ALTER TABLE APP ALTER COLUMN DataChange_CreatedTime TIMESTAMP NULL;
ALTER TABLE ServerConfig ALTER COLUMN COMMENT VARCHAR(255) NULL;
CREATE ALIAS IF NOT EXISTS UNIX_TIMESTAMP FOR "com.ctrip.framework.apollo.common.jpa.H2Function.unixTimestamp";
CREATE ALIAS IF NOT EXISTS UNIX_TIMESTAMP FOR "com.ctrip.framework.apollo.common.jpa.H2Function.unixTimestamp";

0 comments on commit 855e1c6

Please sign in to comment.